Skip to main content

alloc_huge

Function alloc_huge 

Source
pub fn alloc_huge(
    size: usize,
    huge_size: HugePageSize,
) -> Result<*mut u8, AllocFailed>
Expand description

Allocate memory with huge pages (Linux only).