Skip to content

ccgargantua/garena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

garena

Arena allocator written in C23, written to compliment my similar C89 arena allocator project. This project is meant to be a bit more modern and fancy, as well as a different approach to code style and safety.


Usage

Consult comments above function declarations. You can define the GARENA_DEBUG macro. It will enable internal assertions.

Simply build the object file and link it in your own project. I recommend copying the source over to your project source.

License

This software is licensed under Apache License 2.0

About

C23 arena allocator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published