From a36c3e86e2030ec91900dcab9b0ebc770960b31b Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 20 Aug 2022 12:49:33 -0700 Subject: O(1) deallocation --- src/mem.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mem.rs') diff --git a/src/mem.rs b/src/mem.rs index 920965d..099532b 100644 --- a/src/mem.rs +++ b/src/mem.rs @@ -1 +1,4 @@ +//! Memory crate +//! +//! Provides the Allocator for the OS. pub mod alloc; -- cgit v1.2.1