Skip to main content

PAGE_SIZE

Constant PAGE_SIZE 

Source
pub const PAGE_SIZE: usize = 4096;
Expand description

Page size in bytes. Fixed at 4 KiB for format version 0 (see docs/format.md). Parameterising this is deferred to a future milestone; the header reserves the byte for it.