summaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* alloc: Use a different error code for size overflowsTavian Barnes2023-07-131-0/+10
| | | | This should help debuggability, and also squelches a GCC warning.
* 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