NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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.
 

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.