%include('header', category='Garbage', title='Garbage')

Garbage - Overview

This page gives an overview of all objects that would have been deleted if those weren't holding circular references to each other (e.g. in a doubly linked list).

%if len(graphs):

Click on the reference graph titles below to show the objects contained in the respective cycle. If you have graphviz installed, you will also see a visualisation of the reference cycle.

{{len(graphs)}} reference cycles:

%for graph in graphs: %end
Reference graph # objects # cycle objects Total size
Cycle {{graph.index}} {{len(graph.metadata)}} {{graph.num_in_cycles}} {{graph.total_size}}
%else:

No reference cycles detected.

%end %include('footer')