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 four view modes that can be changed in the drop-down list at in the top-left corner:
  • Cumulated allocation tree
    Shows the allocation tree for the current object set. Each method node includes the allocations from all descendant 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 tree map
    Shows the allocation tree map for the current object set.
  • Allocation hot spots
    Shows the allocation hot spots for the current object set.