Function proc_maps::maps_contain_addr[][src]

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

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