Function rustix::io::munmap[][src]

pub unsafe fn munmap(ptr: *mut c_void, len: usize) -> Result<()>
Expand description

munmap(ptr, len)

Safety

Raw pointers and lots of special semantics.

References