[][src]Function vmap::page_size

pub fn page_size() -> usize

Gets a cached version of the system page size.

println!("the system page size is {} bytes", vmap::page_size());