Function mmtk::util::memory::result_is_mapped

source ·
pub(crate) fn result_is_mapped(result: Result<()>) -> bool
Expand description

Check the result from an mmap function in this module. Return true if the mmap has failed due to an existing conflicting mapping.