AllocationGroupList::len

fn len( self: AllocationGroupList ) -> Integer

Returns the number of allocation groups within the list.

Examples

println(allocations().group_by_backtrace().len());
23