Constant free_list::PAGE_SIZE

source ยท
pub const PAGE_SIZE: usize = 4096;
Expand description

The base page size.

PageRange and PageLayout may only refer to whole pages of this size.