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