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

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...
 

Enumeration Type Documentation

◆ 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.