NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 11 of file MEMHeapCommon.h.
Public Attributes | |
u32 | mTag |
MEMLink | mpLink |
MEMList | mpList |
void * | mpHeapStart |
void * | mpHeapEnd |
OSMutex * | mpMutex |
u32 MEMiHeapHead::mTag |
Definition at line 12 of file MEMHeapCommon.h.
MEMLink MEMiHeapHead::mpLink |
Definition at line 13 of file MEMHeapCommon.h.
MEMList MEMiHeapHead::mpList |
Definition at line 14 of file MEMHeapCommon.h.
void* MEMiHeapHead::mpHeapStart |
Definition at line 15 of file MEMHeapCommon.h.
void* MEMiHeapHead::mpHeapEnd |
Definition at line 16 of file MEMHeapCommon.h.
OSMutex* MEMiHeapHead::mpMutex |
Definition at line 17 of file MEMHeapCommon.h.