NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
MEMiHeapHeader Struct Reference

Description

Definition at line 11 of file MEMHeapCommon.h.

Public Attributes

u32 mTag
 
MEMLink mpLink
 
MEMList mpList
 
void * mpHeapStart
 
void * mpHeapEnd
 
OSMutex * mpMutex
 

Member Data Documentation

◆ mTag

u32 MEMiHeapHeader::mTag

Definition at line 12 of file MEMHeapCommon.h.

◆ mpLink

MEMLink MEMiHeapHeader::mpLink

Definition at line 13 of file MEMHeapCommon.h.

◆ mpList

MEMList MEMiHeapHeader::mpList

Definition at line 14 of file MEMHeapCommon.h.

◆ mpHeapStart

void* MEMiHeapHeader::mpHeapStart

Definition at line 15 of file MEMHeapCommon.h.

◆ mpHeapEnd

void* MEMiHeapHeader::mpHeapEnd

Definition at line 16 of file MEMHeapCommon.h.

◆ mpMutex

OSMutex* MEMiHeapHeader::mpMutex

Definition at line 17 of file MEMHeapCommon.h.