NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Go to the source code of this file.
Enumerations | |
enum | MEMExpHeapAllocDir { MEM_EXPHEAP_ALLOC_DIR_FRONT , MEM_EXPHEAP_ALLOC_DIR_REAR } |
The possible allocation directions. More... | |
enum MEMExpHeapAllocDir |
The possible allocation directions.
Enumerator | |
---|---|
MEM_EXPHEAP_ALLOC_DIR_FRONT | Allocates from the bottom of the free memory region. |
MEM_EXPHEAP_ALLOC_DIR_REAR | Allocates from the top of the free memory region. |
Definition at line 10 of file MEMExpHeap.h.