AllocationGroupList::[]

fn [](
    index: Integer
) -> AllocationList

Returns a given AllocationList from the list.

Examples

let groups = allocations().group_by_backtrace().sort_by_count();
println(groups[0].len());
println(groups[1].len());
179391
134709