An open API service indexing awesome lists of open source software.

https://github.com/thehxdev/arena

Simple and zero-dependency arena allocator in C89
https://github.com/thehxdev/arena

arena arena-all c c89 memory memory-allocator

Last synced: 5 months ago
JSON representation

Simple and zero-dependency arena allocator in C89

Awesome Lists containing this project

README

          

# Arena
Arena is a simple, zero-dependency (no libc) and single-header arena allocator
implementation written and compatible with C89.

## API
Read `arena.h` file for public API. It's fairly easy and have bunch of comments.