MemoryMonitorView.st
changeset 10574 c1b3570b7823
parent 10573 afd99a8655e8
child 12123 4bde08cebd48
child 12407 689df530eb3c
--- a/MemoryMonitorView.st	Tue Aug 16 15:10:04 2011 +0200
+++ b/MemoryMonitorView.st	Tue Aug 16 15:13:38 2011 +0200
@@ -57,6 +57,11 @@
 
         old     current oldSpace in use
 
+        mal     memory used by malloc (netto)
+
+        mto     total memory that has been reserved by the malloc subsystem
+                (may contained mem that has been freed or not yet allocated)
+
         cod     dynamic compiled code space size (just in time compiler)
 
         max,    extreme values of 'tot' since the monitor started
@@ -1015,9 +1020,9 @@
 !MemoryMonitorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitorView.st,v 1.15 2011-08-16 13:10:04 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitorView.st,v 1.16 2011-08-16 13:13:38 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitorView.st,v 1.15 2011-08-16 13:10:04 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitorView.st,v 1.16 2011-08-16 13:13:38 stefan Exp $'
 ! !