Skip to main content

PAGE_ALIGN

Constant PAGE_ALIGN 

Source
pub const PAGE_ALIGN: usize = 4096;
Expand description

Page alignment for huge vector allocations. 4KB works across Linux, macOS, and Windows.