Class LLVMMemoryManagerAllocateCodeSectionCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.llvm.LLVMMemoryManagerAllocateCodeSectionCallback
All Implemented Interfaces:
AutoCloseable, LLVMMemoryManagerAllocateCodeSectionCallbackI, CallbackI, NativeResource, Pointer

public abstract class LLVMMemoryManagerAllocateCodeSectionCallback extends Callback implements LLVMMemoryManagerAllocateCodeSectionCallbackI
Instances of this class may be passed to the CreateSimpleMCJITMemoryManager method.

Type


 uint8_t * (*LLVMMemoryManagerAllocateCodeSectionCallbackI.invoke(long, long, int, int, long)) (
     void *Opaque,
     uintptr_t Size,
     unsigned int Alignment,
     unsigned int SectionID,
     char const *SectionName
 )