MemoryMonitor.st
branchjv
changeset 12123 4bde08cebd48
parent 10888 858742a12bc2
child 12125 0c49a3b13e43
equal deleted inserted replaced
11227:3d57003855a7 12123:4bde08cebd48
   262 ! !
   262 ! !
   263 
   263 
   264 !MemoryMonitor methodsFor:'actions'!
   264 !MemoryMonitor methodsFor:'actions'!
   265 
   265 
   266 collectGarbage
   266 collectGarbage
   267      memoryView garbageCollect
   267      memoryView collectGarbage
   268 
       
   269     "Modified: / 22-11-2011 / 14:49:49 / cg"
       
   270 !
   268 !
   271 
   269 
   272 collectGarbageAndCompress
   270 collectGarbageAndCompress
   273      memoryView collectGarbageAndCompress
   271      memoryView collectGarbageAndCompress
   274 !
   272 !
   298 ! !
   296 ! !
   299 
   297 
   300 !MemoryMonitor class methodsFor:'documentation'!
   298 !MemoryMonitor class methodsFor:'documentation'!
   301 
   299 
   302 version
   300 version
   303     ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.69 2011-11-22 13:52:06 cg Exp $'
   301     ^ '$Id: MemoryMonitor.st 7816 2011-08-18 08:03:34Z vranyj1 $'
   304 !
   302 !
   305 
   303 
   306 version_CVS
   304 version_CVS
   307     ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.69 2011-11-22 13:52:06 cg Exp $'
   305     ^ '§Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.68 2011/08/16 13:09:59 stefan Exp §'
   308 ! !
   306 ! !