Function maps_contain_addr_range

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

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