Class mi_commit_fun_t
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.mimalloc.mi_commit_fun_t
- All Implemented Interfaces:
AutoCloseable, CallbackI, mi_commit_fun_tI, NativeResource, Pointer
Callback function:
mi_commit_fun_t-
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_commit_fun_tI
DESCRIPTORFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic mi_commit_fun_tcreate(long functionPointer) Creates ami_commit_fun_tinstance from the specified function pointer.static mi_commit_fun_tcreate(mi_commit_fun_tI instance) Creates ami_commit_fun_tinstance that delegates to the specifiedmi_commit_fun_tIinstance.static @Nullable mi_commit_fun_tcreateSafe(long functionPointer) Methods inherited from interface mi_commit_fun_tI
callback, getDescriptor, invokeMethods inherited from interface NativeResource
close
-
Method Details
-
create
Creates ami_commit_fun_tinstance from the specified function pointer.- Returns:
- the new
mi_commit_fun_t
-
createSafe
-
create
Creates ami_commit_fun_tinstance that delegates to the specifiedmi_commit_fun_tIinstance.
-