Skip to main content

alloc_with_guards

Function alloc_with_guards 

Source
pub fn alloc_with_guards(size: usize) -> Result<GuardedAlloc, AllocFailed>
Expand description

Allocate memory with guard pages at both ends.