MemoryMonitor.st
branchjv
changeset 12125 0c49a3b13e43
parent 12123 4bde08cebd48
child 12128 a7ff7d66ee85
--- a/MemoryMonitor.st	Sun Jan 29 12:56:58 2012 +0000
+++ b/MemoryMonitor.st	Sun Jan 29 15:33:37 2012 +0000
@@ -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
-    ^ '$Id: MemoryMonitor.st 7816 2011-08-18 08:03:34Z vranyj1 $'
+    ^ '$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 §'
-! !
\ No newline at end of file
+    ^ '§Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.69 2011/11/22 13:52:06 cg Exp §'
+! !