[][src]Function dpdk_unix::memory_information::page_size

pub fn page_size() -> usize

A very slightly faster function to get page size than sysconf(_SC_PAGESIZE) on musl libc systems.

Result is normally constant, but is derived from data passed when an executable is first loaded.