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