Searched refs:intersection (Results 1 – 1 of 1) sorted by relevance
380 let intersection = r.lock().region().intersect(&to_unmap).unwrap(); in munmap() localVariable381 let (before, r, after) = r.extract(intersection).unwrap(); in munmap()435 let intersection = r.lock().region().intersect(®ion).unwrap(); in mprotect() localVariable436 let (before, r, after) = r.extract(intersection).expect("Failed to extract VMA"); in mprotect()