Function mmtk::util::memory::munprotect
source · pub fn munprotect(
start: Address,
size: usize,
prot: MmapProtection
) -> Result<()>
Expand description
Unprotect the given memory (in page granularity) to allow access (PROT_READ/WRITE/EXEC).