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