public abstract class LLVMMemoryManagerAllocateCodeSectionCallback extends org.lwjgl.system.Callback implements LLVMMemoryManagerAllocateCodeSectionCallbackI
CreateSimpleMCJITMemoryManager method.
uint8_t * (*) (
void *Opaque,
uintptr_t Size,
unsigned int Alignment,
unsigned int SectionID,
char const *SectionName
)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 LLVMMemoryManagerAllocateCodeSectionCallback |
create(LLVMMemoryManagerAllocateCodeSectionCallbackI instance)
Creates a
LLVMMemoryManagerAllocateCodeSectionCallback instance that delegates to the specified LLVMMemoryManagerAllocateCodeSectionCallbackI instance. |
static LLVMMemoryManagerAllocateCodeSectionCallback |
create(long functionPointer)
Creates a
LLVMMemoryManagerAllocateCodeSectionCallback instance from the specified function pointer. |
static LLVMMemoryManagerAllocateCodeSectionCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static LLVMMemoryManagerAllocateCodeSectionCallback create(long functionPointer)
LLVMMemoryManagerAllocateCodeSectionCallback instance from the specified function pointer.LLVMMemoryManagerAllocateCodeSectionCallback@Nullable public static LLVMMemoryManagerAllocateCodeSectionCallback createSafe(long functionPointer)
public static LLVMMemoryManagerAllocateCodeSectionCallback create(LLVMMemoryManagerAllocateCodeSectionCallbackI instance)
LLVMMemoryManagerAllocateCodeSectionCallback instance that delegates to the specified LLVMMemoryManagerAllocateCodeSectionCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.