public abstract class LLVMMemoryManagerAllocateDataSectionCallback extends org.lwjgl.system.Callback implements LLVMMemoryManagerAllocateDataSectionCallbackI
CreateSimpleMCJITMemoryManager method.
uint8_t * (*) (
void *Opaque,
uintptr_t Size,
unsigned int Alignment,
unsigned int SectionID,
char const *SectionName,
LLVMBool IsReadOnly
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static LLVMMemoryManagerAllocateDataSectionCallback |
create(LLVMMemoryManagerAllocateDataSectionCallbackI instance)
Creates a
LLVMMemoryManagerAllocateDataSectionCallback instance that delegates to the specified LLVMMemoryManagerAllocateDataSectionCallbackI instance. |
static LLVMMemoryManagerAllocateDataSectionCallback |
create(long functionPointer)
Creates a
LLVMMemoryManagerAllocateDataSectionCallback instance from the specified function pointer. |
static LLVMMemoryManagerAllocateDataSectionCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static LLVMMemoryManagerAllocateDataSectionCallback create(long functionPointer)
LLVMMemoryManagerAllocateDataSectionCallback instance from the specified function pointer.LLVMMemoryManagerAllocateDataSectionCallback@Nullable public static LLVMMemoryManagerAllocateDataSectionCallback createSafe(long functionPointer)
public static LLVMMemoryManagerAllocateDataSectionCallback create(LLVMMemoryManagerAllocateDataSectionCallbackI instance)
LLVMMemoryManagerAllocateDataSectionCallback instance that delegates to the specified LLVMMemoryManagerAllocateDataSectionCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.