static bool SF_STDCALL ArenaIsEmpty(UPInt arena);
ArenaIsEmpty checks if the memory arena is empty and is ready to be destroyed.
|
Parameters |
Description |
|
UPInt arena |
Id of memory arena used for the heap. |
A Boolean value of true if the memory arena is empty otherwise false.