NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 28 of file MEMHeapCommon.h.
Public Attributes | |
void *(* | alloc )(MEMAllocator *, size_t) |
void(* | free )(MEMAllocator *, void *) |
void *(* _MEMAllocatorFuncs::alloc) (MEMAllocator *, size_t) |
Definition at line 29 of file MEMHeapCommon.h.
void(* _MEMAllocatorFuncs::free) (MEMAllocator *, void *) |
Definition at line 30 of file MEMHeapCommon.h.