MemoryHeap::ArenaIsEmpty

MemoryHeap::ArenaIsEmpty
virtual bool ArenaIsEmpty(UPInt arena) = 0;
Description

ArenaIsEmpty checks if the memory arena is empty and is ready to be destroyed.

Parameters
Parameters 
Description 
UPInt arena 
Id of memory arena used for the heap. 
Return Value

A Boolean value of true if the memory arena is empty otherwise false.