Function page_size::get

source ·
pub fn get() -> usize
Expand description

This function retrieves the system’s memory page size.

Example

extern crate page_size;
println!("{}", page_size::get());