public interface EOS_ReleaseMemoryFunc
extends com.sun.jna.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
run(com.sun.jna.Pointer pointer)
Function prototype type definition for functions that release memory.
|
void run(com.sun.jna.Pointer pointer)
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.
pointer - A pointer to the memory block to release