![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <heapCommon.h>
Collaboration diagram for MEMiHeapHead:Public Attributes | ||
| u32 | signature | |
| MEMLink | link | |
| MEMList | childList | |
| void * | heapStart | |
| void * | heapEnd | |
| OSMutex | mutex | |
| union { | ||
| u32 val | ||
| struct { | ||
| u32 reserved: 24 | ||
| u32 optFlag: 8 | ||
| } fields | ||
| } | attribute | |
| union { ... } MEMiHeapHead::attribute |
| MEMList MEMiHeapHead::childList |
| struct { ... } MEMiHeapHead::fields |
| void* MEMiHeapHead::heapEnd |
| void* MEMiHeapHead::heapStart |
| MEMLink MEMiHeapHead::link |
| OSMutex MEMiHeapHead::mutex |
| u32 MEMiHeapHead::optFlag |
| u32 MEMiHeapHead::reserved |
| u32 MEMiHeapHead::signature |
| u32 MEMiHeapHead::val |