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