Class LLVMMemoryManagerAllocateDataSectionCallback

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

public abstract class LLVMMemoryManagerAllocateDataSectionCallback extends org.lwjgl.system.Callback implements LLVMMemoryManagerAllocateDataSectionCallbackI
Instances of this class may be passed to the CreateSimpleMCJITMemoryManager method.

Type


 uint8_t * (*LLVMMemoryManagerAllocateDataSectionCallbackI.invoke(long, long, int, int, long, boolean)) (
     void *Opaque,
     uintptr_t Size,
     unsigned int Alignment,
     unsigned int SectionID,
     char const *SectionName,
     LLVMBool IsReadOnly
 )