virtual bool ArenaIsEmpty(UPInt arena) = 0;
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.