Constant mappedheap::NULL_PAGE [] [src]

pub const NULL_PAGE: PageId = 0

The null page guaranteed to always be invalid.

Internally, the first page (id 0) is reserved for the file header, so it is never valid in any public calls (never returned by alloc, never accessible through page etc.).