mmap_anywhere

Function mmap_anywhere 

Source
pub fn mmap_anywhere(
    size: usize,
    align: usize,
    strategy: MmapStrategy,
) -> Result<Address>