gcPrintStats
  A value of 1 causes Sun WorkShop Memory Monitor to periodically print statistics to gcLog.
 
           gcEnableFree
  A value of 1 will cause explicit calls to free() and delete to reclaim memory.
 
             gcPriority
  A larger value (70-100) will reduce the frequency of garbage collections but increase heap size, and a smaller number (<30) will result in a smaller heap but more collections.
 
          gcLogAllLeaks
  A value of 1 will make Sun WorkShop Memory Monitor write all leaks to the log file.
 
gcMaximumLeaksToLogFile
  Sets the maximum number of leaks reported to the log.
 
      gcAllowUserStacks
  READ ONLY: A value of 1 indicates that your program implements its own user-level thread libraries that change the stack location.
 
          gcCollections
  READ ONLY: The number of complete collection cycles that have occured during this program.
 
         gcCollectAtEnd
  A value of 1 tells Sun WorkShop Memory Monitor to run a collection cycle at program exit.
 
       gcNotTransparent
  A value of 1 tells Sun WorkShop Memory Monitor not to automatically schedule garbage collection.
 
       gcShowStackTrace
  A value of 1 tells Sun WorkShop Memory Monitor to annotate objects with stack trace information.
 
      gcStackTraceLimit
  Sets the maximum number of stack levels that the Sun WorkShop Memory Monitor debugger will keep track of.
 
              gcLogFile