bug fixes with a better heap allocator
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 24 Apr 2021 03:48:06 +0000 (22:48 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 24 Apr 2021 03:48:06 +0000 (22:48 -0500)
commit5b5eca5fabadb33923b40f2864300d66d549c2b4
tree30fc386976deadb6c1014878e25bf78081fa7732
parent731ea397f88c2f164fcd6585475813ca04467c08
bug fixes with a better heap allocator
core/alloc/heap.onyx
core/container/array.onyx
core/stdio.onyx
tests/aoc-2020/day1.onyx
tests/aoc-2020/day19.onyx
tests/aoc-2020/day21.onyx