The heap analyzer displays segment contents definitions when you choose
the Display Contents item in the context-sensitive menu for the Memory
Map.
A contents definition has the following form:
contents of: 38: 001C7000+000000C0=001C70C0
LIBTRL\LIB$VM\LIB$GET_VM (Block)
00000000 00000000 00000000 001C7108
00345000 00000000 00000000 ~#@ 001C7118
00000B10 00000000 06503000 <> 001C7128
00C45000 00113000 00000000 * +*, 001C7138
00000000 000C4000 0000E000 .. ? 001C7148
which includes:
- 15: The segment number in the Memory Map display
- 001C7000: The initial address of the segment
- 000000C0: The length in bytes of the segment
- 001C70C0: The final address of the segment
- LIBRTL\LIB$VM\LIB$GET_VM: The segment name, or segment type
- Block: The segment classification (image, block, region, or zone)
- An ASCII representation of the contents of the segment
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.