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