AllocationList::only_last_size_larger
fn only_last_size_larger(
self: AllocationList,
threshold: Integer
) -> AllocationList
Returns a new AllocationList
with only the allocations that are part of an allocation chain where the last allocation's size is larger than the given threshold
.