aboutsummaryrefslogtreecommitdiff
path: root/lib/alloc/arena_alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix include nameThomas Voss 2024-10-161-1/+1
|
* Support free()ing the last allocation in an arenaThomas Voss 2024-10-031-1/+12
|
* Use spaces for alignmentThomas Voss 2024-10-031-3/+3
|
* Implement proper resizing for arena allocatorsThomas Voss 2024-10-031-7/+70
|
* Use uint8_t instead of char8_t pointers in arena blocksThomas Voss 2024-10-031-2/+1
|
* 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