Heap Walker - Allocations

   


  The heap walker allocation view conforms to the basic layout of all heap walker views. Also see the help on key concepts for the entire heap walker.
  The allocation view of the heap walker offers two view modes that can be changed in the combo box at the top of the view:
  • Cumulated allocation tree
    Shows the allocation tree for the current object set. Each method node includes the allocations from all descendent method nodes.
  • Allocation tree
    Shows the allocation tree for the current object set. Each method node only includes the allocations in that particular method.
  • Allocation hot spots
    Shows the allocation hot spots for the current object set.