Function region::page::size

source ·
pub fn size() -> usize
Expand description

Returns the operating system’s page size.

This call internally caches the page size and can therefore be called frequently without any performance penalty.