NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 7 of file eggAllocator.h.
Public Member Functions | |
Allocator (Heap *h, long l) | |
virtual void * | alloc (unsigned long) |
virtual void | free (void *) |
Public Attributes | |
EGG::Heap * | mpHeap |
int | mAlign |
![]() | |
const MEMAllocatorFuncs * | funcs |
MEMiHeapHead * | heap |
u32 | heapParam1 |
u32 | heapParam2 |
EGG::Heap* EGG::Allocator::mpHeap |
Definition at line 16 of file eggAllocator.h.
int EGG::Allocator::mAlign |
Definition at line 17 of file eggAllocator.h.