PageArena memory allocator for STL classes. More...
Go to the source code of this file.
Classes | |
struct | Hypertable::PageArenaAllocator< T, ArenaT > |
The PageArenaAllocator is a STL allocator based on PageArena. More... | |
struct | Hypertable::PageArenaAllocator< T, ArenaT >::rebind< U > |
Namespaces | |
Hypertable | |
Hypertable definitions | |
PageArena memory allocator for STL classes.
This class efficiently allocates memory chunks from large memory pages. This reduces the number of heap allocations, thus causing less heap fragmentation and higher performance. The PageArenaAllocator is used in combination with STL container classes.
Definition in file PageArenaAllocator.h.