comments
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user