pub const PAGE_SIZE: usize = 4096;Expand description
The base page size.
PageRange and PageLayout may only refer to whole pages of this size.
pub const PAGE_SIZE: usize = 4096;The base page size.
PageRange and PageLayout may only refer to whole pages of this size.