CF_Arena¶
Category: allocator
GitHub: cute_alloc.h
A simple way to allocate memory without calling malloc
too often.
Remarks¶
Individual allocations cannot be free'd, instead the entire allocator can reset.
Category: allocator
GitHub: cute_alloc.h
A simple way to allocate memory without calling malloc
too often.
Individual allocations cannot be free'd, instead the entire allocator can reset.