aboutsummaryrefslogtreecommitdiff
path: root/lib/alloc/arena_alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Use 4 KiB blocks if sysconf(_SC_PAGESIZE) failsThomas Voss 2024-10-031-3/+1
|
* Huge library overhaulThomas Voss 2024-10-031-49/+106
|
* Implement arena allocation resizingThomas Voss 2024-05-091-0/+2
|
* Explicitly save errno on failure in mkregion()Thomas Voss 2024-04-271-0/+2
|
* Rename padded_sz to nlenThomas Voss 2024-04-161-5/+4
|
* implement arena allocatorsThomas Voss 2024-04-161-0/+77