pub fn alloc_with_guards(size: usize) -> Result<GuardedAlloc, AllocFailed>Expand description
Allocate memory with guard pages at both ends.
pub fn alloc_with_guards(size: usize) -> Result<GuardedAlloc, AllocFailed>Allocate memory with guard pages at both ends.