feat(mm): 添加slab内存分配器 (#683)

feat(mm): 添加slab内存分配器 
---------

Co-authored-by: longjin <longjin@DragonOS.org>
This commit is contained in:
laokengwt
2024-04-15 12:51:14 +08:00
committed by GitHub
parent c719ddc631
commit ceeb2e943c
9 changed files with 1250 additions and 145 deletions

View File

@ -52,6 +52,7 @@ fdt = "=0.1.5"
uefi = { version = "=0.26.0", features = ["alloc"] }
uefi-raw = "=0.5.0"
paste = "=1.0.14"
slabmalloc = { path = "crates/rust-slabmalloc" }
# target为x86_64时使用下面的依赖