[][src]Function linux::syscall::munmap

pub unsafe fn munmap(addr: usize, len: usize) -> c_int

Unmaps a file.

[argument, addr] The address of the map.

[argument, len] The length of the map.

[return_value] Returns success or an error value.

= See also

  • link:man:munmap(2)