Kernel: Rewrote kmalloc to be much simpler and allow alignment

This commit is contained in:
Bananymous
2023-01-10 21:10:36 +02:00
parent d89b6aa9ce
commit 7d45b3cbd6
2 changed files with 106 additions and 212 deletions

View File

@@ -7,4 +7,5 @@ void kmalloc_dump_nodes();
void* kmalloc_eternal(size_t);
void* kmalloc(size_t);
void* kmalloc(size_t, size_t);
void kfree(void*);