PageArena memory allocator for STL classes.
The PageArenaAllocator is a STL allocator based on PageArena.
CharT * dup(const CharT *s)
Duplicate a null terminated string; memory is allocated from the pool.
The PageArena allocator is simple and fast, avoiding individual mallocs/frees.