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

[REBOL] Re: Freeing memory

From: dankelg8:cs:man:ac at: 1-May-2001 15:56

Yes, that seems to be the case. For instance: Rebol memory usage: 4520k
>> make block! 100000
Rebol memory usage: 6088k
>> loop 10 [make block! 100000]
Rebol memory usage: 6088k Is there a way of decreasing the size of the REBOL memory pool? Gisle On Tue, 1 May 2001 [JELINEM1--nationwide--com] wrote: