NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
MEMExpHeap.h
Go to the documentation of this file.
1
#pragma once
2
#include <types.h>
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
10
typedef
enum
{
11
MEM_EXPHEAP_ALLOC_DIR_FRONT
,
12
MEM_EXPHEAP_ALLOC_DIR_REAR
,
13
}
MEMExpHeapAllocDir
;
14
15
#ifdef __cplusplus
16
}
17
#endif
MEMExpHeapAllocDir
MEMExpHeapAllocDir
The possible allocation directions.
Definition
MEMExpHeap.h:10
MEM_EXPHEAP_ALLOC_DIR_FRONT
@ MEM_EXPHEAP_ALLOC_DIR_FRONT
Allocates from the bottom of the free memory region.
Definition
MEMExpHeap.h:11
MEM_EXPHEAP_ALLOC_DIR_REAR
@ MEM_EXPHEAP_ALLOC_DIR_REAR
Allocates from the top of the free memory region.
Definition
MEMExpHeap.h:12
include
lib
rvl
mem
MEMExpHeap.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.12.0