MemoryMonitor.st
changeset 11947 1616d51b78fe
parent 10888 858742a12bc2
child 12401 4714b9640528
child 12894 29c0c38114f0
equal deleted inserted replaced
11946:5f9c69ccc6d8 11947:1616d51b78fe
   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 
   268 
   269     "Modified: / 22-11-2011 / 14:49:49 / cg"
   269     "Modified: / 29-10-2012 / 01:34:24 / cg"
   270 !
   270 !
   271 
   271 
   272 collectGarbageAndCompress
   272 collectGarbageAndCompress
   273      memoryView collectGarbageAndCompress
   273      memoryView collectGarbageAndCompress
   274 !
   274 !
   298 ! !
   298 ! !
   299 
   299 
   300 !MemoryMonitor class methodsFor:'documentation'!
   300 !MemoryMonitor class methodsFor:'documentation'!
   301 
   301 
   302 version
   302 version
   303     ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.69 2011-11-22 13:52:06 cg Exp $'
   303     ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.70 2012-10-29 00:35:21 cg Exp $'
   304 !
   304 !
   305 
   305 
   306 version_CVS
   306 version_CVS
   307     ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.69 2011-11-22 13:52:06 cg Exp $'
   307     ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.70 2012-10-29 00:35:21 cg Exp $'
   308 ! !
   308 ! !