NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 7 of file allocator.hpp.
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 struct _MEMAllocatorFuncs * | mpFuncs |
void * | mpHeapHandle |
u32 | mAlignment |
u32 | mUnused |
EGG::Heap* EGG::Allocator::mpHeap |
Definition at line 16 of file allocator.hpp.
int EGG::Allocator::mAlign |
Definition at line 17 of file allocator.hpp.