The heap analyzer displays segment type definitions when: - You click MB1 on a segment displayed in the Memory Map. - You choose the Display Segment context-sensitive menu item from the Memory Map. A segment definition has the following form: 0004ECA5 15: 00040000_0001CA00=0005CA00 LIBRTL (Image) which includes: - 0004ECA5: The address underneath your cursor when you pressed MB1 (This information does not appear when you choose from the context-sensitive menu) - 15: The segment number in the Memory Map display - 00040000: The initial address of the segment - 0001CA00: The length in bytes of the segment - 005CA00: The final address of the segment - LIBRTL: The segment name, or segment type - Image: The segment classification (image, block, region, or zone) For information on other heap analyzer screen locations and pop-up menus, click the 'On Context' menu item in the heap analyzer Help menu, then click the location of interest. For information on using the heap analyzer, see the 'On Window' menu item in the heap analyzer Help menu.