Files
arena-allocator/README.md
2023-08-19 00:49:49 +02:00

14 lines
202 B
Markdown

`arena_t* arena_new()`
Initializes and returns new arena
`void arena_reset(arena_t *a)`
Free memory allocated in arena
`void* arena_alloc(arena_t *a, size_t len)`
Allocate new memory using arena