mmtk::util::memory

Function munmap

source
pub fn munmap(start: Address, size: usize) -> Result<()>
Expand description

Unmap the given memory (in page granularity). This wraps the unsafe libc munmap call.