Heap Walker Allocation View - Allocation Tree


  The contents and functionality of the allocation tree view mode correspond to those of the allocation call tree in the memory view section. Contrary to the allocation call tree, only allocations in the current object set are shown. You can customize this view through the heap walker view settings.
  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.

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.