~marvhus/Arena

A stb style single header arena allocator implementation in C.
Moved the __ARENA_IMPLEMENTATION__ section to outside the __ARENA_H__ section
Added README

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~marvhus/Arena
read/write
git@git.sr.ht:~marvhus/Arena

You can also use your local clone with git send-email.

#Arena Allocator

A stb style single header arena allocator implementation in C.

To use it in your project, include the arena.h header, and to include the implementations place this before it: #define __ARENA_IMPLEMENTATION__.

You can see some basic examples of how to use the library in example.c.

Do not follow this link