Constant sanakirja_core::PAGE_SIZE
source · pub const PAGE_SIZE: usize = 4096;
Expand description
There’s a hard-coded assumption that pages have 4K bytes. This is true for normal memory pages on almost all platforms.
pub const PAGE_SIZE: usize = 4096;
There’s a hard-coded assumption that pages have 4K bytes. This is true for normal memory pages on almost all platforms.