cf_arena_reset¶
Category: allocator
GitHub: cute_alloc.h
Resets the allocator.
Parameters | Description |
---|---|
arena | The arena to reset. |
Remarks¶
This does not free up internal resources, and will reuse all previously allocated resources to fulfill subsequent cf_arena_alloc calls.