clear() | Pool | |
clearAllPools() | Pool | [private, static] |
dumpmemoryatexit() | Pool | [friend] |
getMore() | Pool | [private] |
getMoreMemory() | Pool | [private] |
getPtr() | Pool | [inline] |
m_alignment_ | Pool | [private] |
m_allowUnalignedAlloc | Pool | [private] |
m_name_ | Pool | |
m_next_ | Pool | [private] |
m_pool_ | Pool | [private] |
m_poolList_ | Pool | [static] |
m_poolSize_ | Pool | [private] |
m_ptrSize_ | Pool | [private] |
memUsage() const | Pool | |
operator=(const Pool &a_rhs) | Pool | [private] |
Pool(int a_ptrSize, const char *a_name="unnamed", int a_poolSize=100, int a_alignment=sizeof(int), bool a_allowUnalignedAlloc=false) | Pool | |
Pool(const Pool &a_rhs) | Pool | [private] |
returnPtr(void *a_ptr) | Pool | |
~Pool() | Pool |