pub fn maps_contain_addr(addr: usize, maps: &[MapRange]) -> bool
Expand description

Returns whether or not any MapRange contains the given address Note: this will only work correctly on macOS and Linux.