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 MEMiHeapHeader::mTag |
Definition at line 12 of file MEMHeapCommon.h.
MEMLink MEMiHeapHeader::mpLink |
Definition at line 13 of file MEMHeapCommon.h.
MEMList MEMiHeapHeader::mpList |
Definition at line 14 of file MEMHeapCommon.h.
void* MEMiHeapHeader::mpHeapStart |
Definition at line 15 of file MEMHeapCommon.h.
void* MEMiHeapHeader::mpHeapEnd |
Definition at line 16 of file MEMHeapCommon.h.
OSMutex* MEMiHeapHeader::mpMutex |
Definition at line 17 of file MEMHeapCommon.h.