Module vm

Source

Re-exportsยง

pub use self::object::*;
pub use self::page::*;

Modulesยง

object ๐Ÿ”’
page ๐Ÿ”’
stats ๐Ÿ”’

Structsยง

Vm
Implementation of Virtual Memory system.
VmAlloc
Flags for Vm::alloc_page().

Enumsยง

VmError
Represents an error when Vm::new() fails.