4 lines
56 B
Rust
4 lines
56 B
Rust
pub mod allocator;
|
|
|
|
pub use self::allocator::init_heap;
|
pub mod allocator;
|
|
|
|
pub use self::allocator::init_heap;
|