mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-27 11:53:36 +04:00
5 lines
91 B
Rust
5 lines
91 B
Rust
|
mod heap_allocator;
|
||
|
|
||
|
pub use heap_allocator::init_heap;
|
||
|
pub use heap_allocator::heap_test;
|