aboutsummaryrefslogtreecommitdiff
path: root/src/arena.c
Commit message (Collapse)AuthorAgeFilesLines
* Move MIN() and MAX() to common.hThomas Voss 2024-06-251-1/+0
|
* Try to remap pages with mremap() on LinuxThomas Voss 2024-06-241-2/+22
|
* Begin adding infrastructure for testingThomas Voss 2024-06-241-7/+1
|
* Begin work on supporting mutable variablesThomas Voss 2024-06-241-18/+44
|
* FormattingThomas Voss 2024-06-231-1/+2
|
* Rename lots of things to make my life easierThomas Voss 2024-06-221-12/+18
|
* Begin work on the static analyzerThomas Voss 2024-06-171-0/+43
|
* Prefer #error to static_assert()Thomas Voss 2024-06-141-2/+2
|
* Add missing common.h includes and formatting fixesThomas Voss 2024-06-141-2/+5
|
* Add a basic arena allocatorThomas Voss 2024-06-141-0/+99