[][src]Function lucet_runtime_internals::alloc::host_page_size

pub fn host_page_size() -> usize

Our host is Linux x86_64, which should always use a 4K page.

We double check the expected value using sysconf at runtime.