pub const PAGE_SIZE: usize = 1 << bindings::PAGE_SHIFT; // 4_096usize
Expand description

Page size defined in terms of the PAGE_SHIFT macro from C.