Function mmtk::util::memory::mprotect

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

Protect the given memory (in page granularity) to forbid any access (PROT_NONE).