This is the complete list of members for MonoAllocator, including all inherited members.
| Alloc(size_t size, size_t alignment) | MonoAllocator | inline |
| Alloc() | MonoAllocator | inline |
| AllocArray(TSize length) | MonoAllocator | inline |
| chunk | MonoAllocator | protected |
| chunkGrowthInPercent | MonoAllocator | protected |
| Create(size_t initialChunkSize, unsigned int chunkGrowthInPercent=200) | MonoAllocator | static |
| DbgDumpStats() | MonoAllocator | |
| DbgStats | MonoAllocator | |
| Emplace(TArgs &&... args) | MonoAllocator | inline |
| EmplaceArray(TSize length, TArgs &&... args) | MonoAllocator | inline |
| EmplaceString(const strings::TString< TChar > &src) | MonoAllocator | inline |
| getCreateChunk(size_t size, size_t alignment) | MonoAllocator | protected |
| LogDomain | MonoAllocator | |
| MaxUsableSpaceLoss() | MonoAllocator | inlineprotectedstatic |
| MonoAllocator(size_t initialChunkSize, unsigned int chunkGrowthInPercent=200) | MonoAllocator | |
| MonoAllocator(Chunk *firstChunk, size_t initialChunkSize, unsigned int chunkGrowthInPercent) | MonoAllocator | protected |
| nextChunksUsableSize | MonoAllocator | protected |
| recyclables | MonoAllocator | protected |
| Reset(const Snapshot &snapshot=Snapshot()) | MonoAllocator | |
| TakeSnapshot() | MonoAllocator | inline |
| ~MonoAllocator() | MonoAllocator |