Heap test passed on k210/qemu, heap size = 3M.
This commit is contained in:
parent
850559e5da
commit
528d99258a
7 changed files with 81 additions and 11 deletions
4
os/src/mm/mod.rs
Normal file
4
os/src/mm/mod.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
mod heap_allocator;
|
||||
|
||||
pub use heap_allocator::init_heap;
|
||||
pub use heap_allocator::heap_test;
|
Loading…
Add table
Add a link
Reference in a new issue