This is the complete list of members for
KMemoryReusePool, including all inherited members.
| AssignHeaderAndReturnBlock(void *pBuffer, size_t pBufferSize) | KMemoryReusePool | [protected] |
| Calloc(size_t pCount, size_t pSize) | KMemoryReusePool | [virtual] |
| ComputeAlignmentOffset(void *pBuffer) | KMemoryReusePool | [protected] |
| ComputeRightShiftRemainder(int pStrideShift) | KMemoryReusePool | [protected, static] |
| CounterFree(void *) | KMemoryUsageCounter | [inline] |
| CounterMalloc(size_t) | KMemoryUsageCounter | [inline] |
| CounterRealloc(void *, size_t) | KMemoryUsageCounter | [inline] |
| Free(void *pData) | KMemoryReusePool | [virtual] |
| GetBufferAndSize(void *pBlock, void *&pBuffer) | KMemoryReusePool | [protected] |
| GetFreeCount() | KMemoryUsageCounter | [inline] |
| GetFreeMemoryUsage() | KMemoryUsageCounter | [inline] |
| GetHeaderSize() | KMemoryReusePool | [protected, static] |
| GetMallocCount() | KMemoryUsageCounter | [inline] |
| GetMallocMemoryUsage() | KMemoryUsageCounter | [inline] |
| GetMemoryUsage() | KMemoryUsageCounter | [inline] |
| GetReallocCount() | KMemoryUsageCounter | [inline] |
| GetReallocMemoryUsage() | KMemoryUsageCounter | [inline] |
| KMemoryAllocator(const char *pId) | KMemoryAllocator | [inline, explicit] |
| KMemoryReusePool(size_t pSizeRange=1024 *128, int pStrideShift=2, int pAlignmentShift=0, size_t pTotalAllocatedMax=0) | KMemoryReusePool | [explicit] |
| KMemoryUsageCounter() | KMemoryUsageCounter | |
| mAlignmentShift | KMemoryReusePool | [protected] |
| Malloc(size_t pSize) | KMemoryReusePool | [virtual] |
| mBuffer | KMemoryReusePool | [protected] |
| mBufferSize | KMemoryReusePool | [protected] |
| mLock | KMemoryReusePool | [protected] |
| mSizeRange | KMemoryReusePool | [protected] |
| mStrideRemainder | KMemoryReusePool | [protected] |
| mStrideShift | KMemoryReusePool | [protected] |
| mTotalAllocated | KMemoryReusePool | [protected] |
| mTotalAllocatedMax | KMemoryReusePool | [protected] |
| mTotalBlocks | KMemoryReusePool | [protected] |
| operator+(KMemoryUsageCounter &pSrc) | KMemoryUsageCounter | |
| operator-(KMemoryUsageCounter &pSrc) | KMemoryUsageCounter | |
| PoolIsFull() const | KMemoryReusePool | [inline, protected] |
| Purge() | KMemoryReusePool | [virtual] |
| Realloc(void *pData, size_t pSize) | KMemoryReusePool | [virtual] |
| SizeFitsInPool(size_t pSize) const | KMemoryReusePool | [inline, protected] |
| ~KMemoryAllocator() | KMemoryAllocator | [virtual] |
| ~KMemoryReusePool() | KMemoryReusePool | [virtual] |
| ~KMemoryUsageCounter() | KMemoryUsageCounter | |