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
- Host: GitHub
- URL: https://github.com/thehxdev/arena
- Owner: thehxdev
- Created: 2025-08-09T13:48:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T14:08:07.000Z (5 months ago)
- Last Synced: 2025-08-09T16:05:55.762Z (5 months ago)
- Topics: arena, arena-all, c, c89, memory, memory-allocator
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.