Package org.lwjgl.system.jemalloc
Class ExtentDestroy
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.jemalloc.ExtentDestroy
- All Implemented Interfaces:
AutoCloseable
,CallbackI
,ExtentDestroyI
,NativeResource
,Pointer
Callback function:
extent_destroy_t
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.jemalloc.ExtentDestroyI
CIF
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtentDestroy
create
(long functionPointer) Creates aExtentDestroy
instance from the specified function pointer.static ExtentDestroy
create
(ExtentDestroyI instance) Creates aExtentDestroy
instance that delegates to the specifiedExtentDestroyI
instance.static @Nullable ExtentDestroy
createSafe
(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.system.jemalloc.ExtentDestroyI
callback, getCallInterface, invoke
Methods inherited from interface org.lwjgl.system.NativeResource
close