Class mi_deferred_free_fun
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.mimalloc.mi_deferred_free_fun
- All Implemented Interfaces:
AutoCloseable, CallbackI, mi_deferred_free_funI, NativeResource, Pointer
Callback function:
mi_deferred_free_fun-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface mi_deferred_free_funI
DESCRIPTORFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic mi_deferred_free_funcreate(long functionPointer) Creates ami_deferred_free_funinstance from the specified function pointer.static mi_deferred_free_funcreate(mi_deferred_free_funI instance) Creates ami_deferred_free_funinstance that delegates to the specifiedmi_deferred_free_funIinstance.static @Nullable mi_deferred_free_funcreateSafe(long functionPointer) Methods inherited from interface mi_deferred_free_funI
callback, getDescriptor, invokeMethods inherited from interface NativeResource
close
-
Method Details
-
create
Creates ami_deferred_free_funinstance from the specified function pointer.- Returns:
- the new
mi_deferred_free_fun
-
createSafe
-
create
Creates ami_deferred_free_funinstance that delegates to the specifiedmi_deferred_free_funIinstance.
-