Skip to main content

HUGE_PAGE

Constant HUGE_PAGE 

Source
pub(crate) const HUGE_PAGE: usize = _; // 2_097_152usize
Available on Unix and crate feature pool only.
Expand description

The transparent-huge-page size assumed for region alignment. Linux x86-64 and aarch64 (4 KiB base pages) both use 2 MiB; if a platform differs, the alignment is merely unhelpful, never wrong.