carb/memory
Files
- carb/memory/ArenaAllocator.h: Allocator that initially uses a memory arena first (typically on the stack) and then falls back to the heap. 
- carb/memory/Util.h: Helper utilities for memory. 
Files
carb/memory/ArenaAllocator.h: Allocator that initially uses a memory arena first (typically on the stack) and then falls back to the heap.
carb/memory/Util.h: Helper utilities for memory.