Package org.lwjgl.system.jemalloc
Class MallocMessageCallback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.jemalloc.MallocMessageCallback
- All Implemented Interfaces:
AutoCloseable
,CallbackI
,MallocMessageCallbackI
,NativeResource
,Pointer
Callback function:
(* anonymous)
-
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.MallocMessageCallbackI
CIF
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionstatic MallocMessageCallback
create
(long functionPointer) Creates aMallocMessageCallback
instance from the specified function pointer.static MallocMessageCallback
create
(MallocMessageCallbackI instance) Creates aMallocMessageCallback
instance that delegates to the specifiedMallocMessageCallbackI
instance.static @Nullable MallocMessageCallback
createSafe
(long functionPointer) static String
getMessage
(long s) Converts the specifiedMallocMessageCallback
arguments to a String.Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.system.jemalloc.MallocMessageCallbackI
callback, getCallInterface, invoke
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates aMallocMessageCallback
instance from the specified function pointer.- Returns:
- the new
MallocMessageCallback
-
createSafe
-
create
Creates aMallocMessageCallback
instance that delegates to the specifiedMallocMessageCallbackI
instance. -
getMessage
Converts the specifiedMallocMessageCallback
arguments to a String.This method may only be used inside a MallocMessageCallback invocation.
- Parameters:
s
- the MallocMessageCallbacks
argument- Returns:
- the message as a String
-