1

some silly math functions

This commit is contained in:
churl
2022-05-09 01:26:06 +02:00
parent 9145466a15
commit 333d5930a5
3 changed files with 38 additions and 1 deletions

View File

@ -33,7 +33,7 @@ private:
struct free_block* find_previous_block(struct free_block*);
public:
LinkedListAllocator() {}
LinkedListAllocator() {};
void init();
void dump_free_memory();