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