Static cuprate_database::resize::PAGE_SIZE

source ·
pub static PAGE_SIZE: LazyLock<NonZeroUsize>
Expand description

This retrieves the system’s memory page size.

It is just page_size::get internally.

§Panics

Accessing this LazyLock will panic if the OS returns of page size of 0 (impossible?).