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