pub fn page_size() -> usize
Returns the system page size.
On Unix systems, queries the actual page size via sysconf. On other systems (Windows), defaults to 4KB.
sysconf