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

[REBOL] Re: A collection of garbage

From: rotenca:telvia:it at: 8-Jul-2003 19:12

> But it's a very short answer to a very big problem ! Has anyone more on this > subject?
1) I am not sure that Rebol releases allocated memory to the system(i think it never happens). Use system/stats to check ebol memory allocation. 2) I am sure that Rebol re-use its no more referenced memory. You can make some tests about this with http://www.reboltech.com/library/scripts/mem2.r --- Ciao Romano