Loading [MathJax]/extensions/tex2jax.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
JASMemPool< T > Class Template Reference

#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)
 
- 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
 

Member Function Documentation

◆ alloc()

template<typename T >
void * JASMemPool< T >::alloc ( u32 n)
inline

◆ free()

template<typename T >
void JASMemPool< T >::free ( void * ptr,
u32 n )
inline

◆ newMemPool()

template<typename T >
void JASMemPool< T >::newMemPool ( int param_0)
inline

The documentation for this class was generated from the following file: