Function nix::sys::mman::madvise[][src]

pub unsafe fn madvise(
    addr: *mut c_void,
    length: size_t,
    advise: MmapAdvise
) -> Result<()>