aboutsummaryrefslogtreecommitdiff
path: root/src/mem.rs
blob: 099532b8f0476fb177d6f01fe96d07cef7068101 (plain)
1
2
3
4
//! Memory crate
//!
//! Provides the Allocator for the OS.
pub mod alloc;