Heap test passed on k210/qemu, heap size = 3M.

This commit is contained in:
Yifan Wu 2020-12-02 10:32:26 +08:00
parent 850559e5da
commit 528d99258a
7 changed files with 81 additions and 11 deletions

4
os/src/mm/mod.rs Normal file
View file

@ -0,0 +1,4 @@
mod heap_allocator;
pub use heap_allocator::init_heap;
pub use heap_allocator::heap_test;