Skip to main content

MIN_PAGE

Constant MIN_PAGE 

Source
pub const MIN_PAGE: usize = PAGE; // 4_096usize
Expand description

Alias for PAGE under a name that doesn’t imply “the OS page size”.

Prefer this name in new code — it makes explicit that the value is the minimum decommit/recommit granularity, not necessarily the actual OS page size (which may be larger — see page_size).