[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
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
add_library(c STATIC
|
||||
src/malloc.cpp
|
||||
src/string.cpp
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue