pub const PAGE_ALIGN: usize = 4096;
Page alignment for huge vector allocations. 4KB works across Linux, macOS, and Windows.