checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 26 Jun 1997 17:13:13 +0200
changeset 1205 0b60eda64a3b
parent 1204 e2f7a2409f7d
child 1206 e3894601c394
checkin from browser
MemMonitor.st
MemoryMonitor.st
--- a/MemMonitor.st	Thu Jun 26 10:42:58 1997 +0200
+++ b/MemMonitor.st	Thu Jun 26 17:13:13 1997 +0200
@@ -697,7 +697,10 @@
     "
      finally, compress
     "
+    ObjectMemory tenure.
     ObjectMemory verboseGarbageCollect.
+
+    "Modified: 26.6.1997 / 17:12:53 / cg"
 !
 
 cleanupMethodHistory
@@ -850,5 +853,5 @@
 !MemoryMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/MemMonitor.st,v 1.45 1997-03-02 10:23:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/MemMonitor.st,v 1.46 1997-06-26 15:13:13 cg Exp $'
 ! !
--- a/MemoryMonitor.st	Thu Jun 26 10:42:58 1997 +0200
+++ b/MemoryMonitor.st	Thu Jun 26 17:13:13 1997 +0200
@@ -697,7 +697,10 @@
     "
      finally, compress
     "
+    ObjectMemory tenure.
     ObjectMemory verboseGarbageCollect.
+
+    "Modified: 26.6.1997 / 17:12:53 / cg"
 !
 
 cleanupMethodHistory
@@ -850,5 +853,5 @@
 !MemoryMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.45 1997-03-02 10:23:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.46 1997-06-26 15:13:13 cg Exp $'
 ! !