[Mammoth] Write a custom buddy allocator to replace libc malloc.
This commit is contained in:
parent
d44be91099
commit
cbeb736e8c
5 changed files with 161 additions and 56 deletions
|
|
@ -6,7 +6,6 @@
|
|||
#include <mammoth/util/debug.h>
|
||||
#include <mammoth/util/init.h>
|
||||
#include <mammoth/util/memory_region.h>
|
||||
#include <stdlib.h>
|
||||
#include <zcall.h>
|
||||
|
||||
#include "hw/gpt.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue