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