~ashie/c-allocator-experiments

Having fun with arena allocators and whatnot
fix: remove unnecessary CFLAGS
fix: wrong order definitions in arena
inital commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~ashie/c-allocator-experiments
read/write
git@git.sr.ht:~ashie/c-allocator-experiments

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

#C Allocator Experiments

This repo contains a Zig like allocator API implementation in C.

It lacks error handling and docs, and was only made for fun, but the logic inside is sound and I plan to use this in my C projects.

I do not encourage anyone to directly copy and paste this, but if you wanted to do so the license is Unlicense and you are free to do whatever the fuck you want with this.