MEMFrmHeapFreeMode
The possible memory free modes.
@ MEM_FRMHEAP_FREE_ALL
Deallocates all memory blocks from the heap.
@ MEM_FRMHEAP_FREE_HEAD
Deallocates from the bottom of the heap region.
@ MEM_FRMHEAP_FREE_TAIL
Deallocates from the top of the heap region.