MapList::only_not_matching_deallocation_backtraces
fn only_not_matching_deallocation_backtraces(
self: MapList,
backtrace_ids: [Backtrace|AllocationList|MapList|AllocationGroupList|Integer]
) -> MapList
fn only_not_matching_deallocation_backtraces(
self: MapList,
backtrace_ids: Backtrace|AllocationList|MapList|AllocationGroupList|Integer
) -> MapList
Returns a new MapList
with only the maps that were not unmapped at one of the given backtrace_ids
.