Analyzing Program Performance With Sun WorkShop

Memory Categories

The Address Space display divides memory used by your application into the following categories:

 Modified A page written on during the execution of the application; may or may not be referenced
 Referenced A page read by your application or containing instructions that have been executed by your application
 Unreferenced A page neither modified nor referenced by the application