[go: up one dir, main page]

munmap

Function munmap 

Source
pub unsafe fn munmap(addr: NonNull<c_void>, len: size_t) -> Result<()>
Available on crate feature mman only.
Expand description

remove a mapping

ยงSafety

addr must meet all the requirements described in the munmap(2) man page.