summaryrefslogtreecommitdiff
path: root/oryxc/src/arena.rs
Commit message (Expand)AuthorAgeFilesLines
* Lots of code simplificationThomas Voss 14 days1-265/+0
* FormattingThomas Voss 2026-03-151-1/+4
* Fix testsThomas Voss 2026-03-151-0/+2
* Wrap tests in moduleThomas Voss 2026-03-101-30/+33
* Style fixThomas Voss 2026-03-101-2/+2
* Mark funtions as publicThomas Voss 2026-03-101-2/+2
* Fix lifetime parameterThomas Voss 2026-03-061-1/+1
* Add scoping for arenasThomas Voss 2026-03-061-17/+118
* Add local arenas to each threadThomas Voss 2026-03-061-0/+3
* Implement an arena allocatorThomas Voss 2026-03-051-0/+153