The allocation tree is one of the
view modes in the
allocation view
of the
heap walker.
-
The heap walker will be able to display allocation information only for recorded objects,
unrecorded objects are summed up in a top-level entry called unrecorded objects.
See the memory section overview
for further details.
-
To add a selection step from this view you can
-
select one or multiple allocation spots from the table and click the
[Use selected] button above the table.
-
double click on a single allocation spot.
A new object set will be created that contains
-
all instances of classes and arrays allocated in the selected allocation spots
and in allocation spots below for the cumulated allocation tree
view mode.
-
only the instances of classes and arrays allocated in the selected allocation spots
for the allocation tree view mode.
After your selection,
the view helper dialog will
assist you in choosing the appropriate view for the new object set.
-
Note: If you wish to see the allocations performed in a node regardless on
what call sequence has lead to this node, you can switch to the
allocation hot spots view mode.