Function dpdk_unix::page_size [−][src]
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.