![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <JASHeapCtrl.h>
Inheritance diagram for JASMemPool< T >:
Collaboration diagram for JASMemPool< T >:Public Member Functions | |
| void | newMemPool (int param_0) |
| void * | alloc (u32 n) |
| void | free (void *ptr, u32 n) |
| u32 | getFreeMemCount () const |
| u32 | getTotalMemCount () const |
Public Member Functions inherited from JASGenericMemPool | |
| JASGenericMemPool () | |
| ~JASGenericMemPool () | |
| void | newMemPool (u32, int) |
| void * | alloc (u32) |
| void | free (void *, u32) |
| u32 | getFreeMemCount () const |
| u32 | getTotalMemCount () const |
Additional Inherited Members | |
Public Attributes inherited from JASGenericMemPool | |
| void * | field_0x0 |
| u32 | freeMemCount |
| u32 | totalMemCount |
| u32 | usedMemCount |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |