summaryrefslogtreecommitdiffstats
path: root/src/alloc.h
Commit message (Expand)AuthorAgeFilesLines
* alloc: New varena_grow() functionTavian Barnes2023-08-311-0/+14
* alloc: New [v]arena_clear() functionsTavian Barnes2023-08-311-0/+10
* alloc: Implement an arena for flexible structsTavian Barnes2023-06-201-0/+92
* alloc: Implement an arena allocatorTavian Barnes2023-06-201-0/+44
* alloc: New header for memory allocation utilitiesTavian Barnes2023-06-201-0/+149