MemoryMonitor.st
changeset 10888 858742a12bc2
parent 10572 5b3b5099986e
child 11947 1616d51b78fe
child 12123 4bde08cebd48
--- a/MemoryMonitor.st	Tue Nov 22 13:53:12 2011 +0100
+++ b/MemoryMonitor.st	Tue Nov 22 14:52:06 2011 +0100
@@ -264,7 +264,9 @@
 !MemoryMonitor methodsFor:'actions'!
 
 collectGarbage
-     memoryView collectGarbage
+     memoryView garbageCollect
+
+    "Modified: / 22-11-2011 / 14:49:49 / cg"
 !
 
 collectGarbageAndCompress
@@ -298,9 +300,9 @@
 !MemoryMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.68 2011-08-16 13:09:59 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.69 2011-11-22 13:52:06 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.68 2011-08-16 13:09:59 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.69 2011-11-22 13:52:06 cg Exp $'
 ! !