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