Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <JASHeapCtrl.h>
Public Member Functions | |
void | newMemPool (int param_0) |
void * | alloc (u32 n) |
void | free (void *ptr, u32 n) |
Public Member Functions inherited from JASGenericMemPool | |
JASGenericMemPool () | |
~JASGenericMemPool () | |
void | newMemPool (u32, int) |
void * | alloc (u32) |
void | free (void *, u32) |
Additional Inherited Members | |
Public Attributes inherited from JASGenericMemPool | |
void * | field_0x0 |
u32 | freeMemCount |
u32 | totalMemCount |
u32 | usedMemCount |