Constant PAGE_SIZE_4K
pub const PAGE_SIZE_4K: usize = 0x1000; // 4_096usize
Expand description
4K page size constant (4,096 bytes) and iterator type alias The size of a 4K page (4096 bytes).
pub const PAGE_SIZE_4K: usize = 0x1000; // 4_096usize
4K page size constant (4,096 bytes) and iterator type alias The size of a 4K page (4096 bytes).