Memory::ArenaIsEmpty

Memory::ArenaIsEmpty
static bool SF_STDCALL ArenaIsEmpty(UPInt arena);
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.