summaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* alloc: New varena_grow() functionTavian Barnes2023-08-311-0/+15
* alloc: New [v]arena_clear() functionsTavian Barnes2023-08-311-1/+15
* alloc: Use a different error code for size overflowsTavian Barnes2023-07-131-0/+10
* alloc: Implement an arena for flexible structsTavian Barnes2023-06-201-0/+118
* alloc: Implement an arena allocatorTavian Barnes2023-06-201-0/+111
* alloc: New header for memory allocation utilitiesTavian Barnes2023-06-201-0/+50