Function mmtk::util::memory::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.