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