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