1
This commit is contained in:
churl
2022-06-05 16:57:59 +02:00
parent 8153375321
commit 973c76f010
3 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,6 @@
#include <stddef.h>
// NOTE: I added this file
// TODO: Make output toggleable
void TreeAllocator::init() {
this->free_start = (tree_block_t*)this->heap_start;