summaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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