This is the complete list of members for Common::MemoryPool, including all inherited members.
| _chunkSize (defined in Common::MemoryPool) | Common::MemoryPool | protected |
| _chunksPerPage (defined in Common::MemoryPool) | Common::MemoryPool | protected |
| _next (defined in Common::MemoryPool) | Common::MemoryPool | protected |
| _pages (defined in Common::MemoryPool) | Common::MemoryPool | protected |
| addPageToPool(const Page &page) (defined in Common::MemoryPool) | Common::MemoryPool | protected |
| allocChunk() | Common::MemoryPool | |
| allocPage() (defined in Common::MemoryPool) | Common::MemoryPool | protected |
| freeChunk(void *ptr) | Common::MemoryPool | |
| freeUnusedPages() | Common::MemoryPool | |
| getChunkSize() const | Common::MemoryPool | inline |
| isPointerInPage(void *ptr, const Page &page) (defined in Common::MemoryPool) | Common::MemoryPool | protected |
| MemoryPool(const MemoryPool &) (defined in Common::MemoryPool) | Common::MemoryPool | protected |
| MemoryPool(size_t chunkSize) | Common::MemoryPool | explicit |
| operator=(const MemoryPool &) (defined in Common::MemoryPool) | Common::MemoryPool | protected |
| ~MemoryPool() (defined in Common::MemoryPool) | Common::MemoryPool |