Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: A collection of garbage

From: nitsch-lists:netcologne at: 8-Jul-2003 21:21

Am Dienstag, 8. Juli 2003 19:27 schrieb Maxim Olivier-Adlhoch:
> excuse me for butting in ;-) > > Iconify a view app, and you will see that its memory consumption will drop > ! you can see this with the system allocation tool. > > I am not sure if its rebol that's de-allocating its ram or if its windows > that hidding that app's deep in cache files... In a typical test My app > goes from 30MB to ~4-5MB and then back to 30MB when its de-iconified... >
You could run a test with /view and /core. I expect they comparable in size when /view is iconified. It holds a lot of 24-bit double-buffers AFAIK
> Just adding a little mystery to the MEM issue... ;-) >
-Volker