pub fn alloc_huge(
size: usize,
huge_size: HugePageSize,
) -> Result<*mut u8, AllocFailed>Expand description
Allocate memory with huge pages (Linux only).
pub fn alloc_huge(
size: usize,
huge_size: HugePageSize,
) -> Result<*mut u8, AllocFailed>Allocate memory with huge pages (Linux only).