cdsa
Arena allocators and friends
|
Represents an arena allocator. More...
#include <arena.h>
Represents an arena allocator.
An arena manages a fixed block of memory, enabling fast allocations without explicit cleanup. Memory is allocated sequentially, allowing for recycling of previously allocated regions.