#include <clizFunctions.h>
Public Member Functions | |
SizedMemPool (memInt iSize, memInt iPoolCapacity) | |
memPtr * | allocate () |
void | free (memPtr *memAdr) |
void | spawnNewPool () |
~SizedMemPool () | |
Public Attributes | |
MemPool * | pool |
memInt | size |
memInt | numPools |
memInt | poolCapacity |
memInt | poolInUse |
|
inline |
|
inline |
|
inline |
|
inline |
memInt SizedMemPool::numPools |
MemPool* SizedMemPool::pool |
memInt SizedMemPool::poolCapacity |
memInt SizedMemPool::poolInUse |
memInt SizedMemPool::size |