NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
MEMFrmHeap.h File Reference

Go to the source code of this file.

Enumerations

enum  MEMFrmHeapFreeMode {
  MEM_FRMHEAP_FREE_HEAD = BIT_FLAG(0) ,
  MEM_FRMHEAP_FREE_TAIL = BIT_FLAG(1) ,
  MEM_FRMHEAP_FREE_ALL = MEM_FRMHEAP_FREE_HEAD | MEM_FRMHEAP_FREE_TAIL
}
 The possible memory free modes. More...
 

Enumeration Type Documentation

◆ MEMFrmHeapFreeMode

The possible memory free modes.

Enumerator
MEM_FRMHEAP_FREE_HEAD 

Deallocates from the bottom of the heap region.

MEM_FRMHEAP_FREE_TAIL 

Deallocates from the top of the heap region.

MEM_FRMHEAP_FREE_ALL 

Deallocates all memory blocks from the heap.

Definition at line 10 of file MEMFrmHeap.h.