Interface EOS_ReleaseMemoryFunc
- All Superinterfaces:
com.sun.jna.Callback
public interface EOS_ReleaseMemoryFunc
extends com.sun.jna.Callback
- Since:
- 8/9/2023
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler -
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(com.sun.jna.Pointer pointer) Function prototype type definition for functions that release memory.
-
Method Details
-
run
void run(com.sun.jna.Pointer pointer) Function prototype type definition for functions that release memory.When the SDK is done with memory that has been allocated by a custom allocator passed to EOS_Initialize, it will call the corresponding memory release function.
-