NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
MEMAllocator Struct Reference
Inheritance diagram for MEMAllocator:
[legend]

Description

Definition at line 20 of file mem_allocator.h.

Public Attributes

const MEMAllocatorFuncsfuncs
 
MEMiHeapHeadheap
 
u32 heapParam1
 
u32 heapParam2
 

Member Data Documentation

◆ funcs

const MEMAllocatorFuncs* MEMAllocator::funcs

Definition at line 21 of file mem_allocator.h.

◆ heap

MEMiHeapHead* MEMAllocator::heap

Definition at line 22 of file mem_allocator.h.

◆ heapParam1

u32 MEMAllocator::heapParam1

Definition at line 23 of file mem_allocator.h.

◆ heapParam2

u32 MEMAllocator::heapParam2

Definition at line 24 of file mem_allocator.h.