carb/memory/ArenaAllocator.h
In directory: carb/memory
Source file: carb/memory/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. 
Structs
- carb::memory::ArenaAllocator::rebind: Rebinds ArenaAllocator to a different type - U.