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