carb/memory/ArenaAllocator.h

↰ Parent directory: carb/memory/

Allocator that initially uses a memory arena first (typically on the stack) and then falls back to the heap.

Source: carb/memory/ArenaAllocator.h

Namespaces

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.