ArenaAllocator.h#
Fully qualified name: carb/memory/ArenaAllocator.h
In directory: carb/memory
Source file: ArenaAllocator.h
Allocator that initially uses a memory arena first (typically on the stack) and then falls back to the heap.
Classes#
- carb::memory::ArenaAllocator
- An allocator that initially allocates from a memory arena (typically on the stack) and falls back to another allocator when that is exhausted. 
Namespaces#
- carb
- The main Carbonite namespace. 
- carb::memory
Structs#
- carb::memory::ArenaAllocator::rebind
- Rebinds ArenaAllocator to a different type - U.