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 [EMAIL PROTECTED] wrote:
>
> I had noticed this, and guessed that the garbage collection in REBOL
> reclaims memory back into it's own pool, but does not release it back to
> the OS.
>
> - Michael Jelinek
>
>
>
>
>
> Gisle Dankel <[EMAIL PROTECTED]>@rebol.com on 05/01/2001 09:15:07 AM
>
> From: Gisle Dankel <[EMAIL PROTECTED]>@rebol.com on 05/01/2001 09:15 AM
>
> Please respond to [EMAIL PROTECTED]
>
> Sent by: [EMAIL PROTECTED]
>
> To: <[EMAIL PROTECTED]>
> cc:
> Subject: [REBOL] Freeing memory
>
>
>
> Hi,
>
> if I create a block like this:
>
> >> a: make block! 100000
>
> the memory usage of REBOL increases.
>
> If I do
>
> >> unset 'a
>
> there should be no references to the block.
>
> However, the memory is not released.
> How can I get the memory back?
>
>
> Gisle
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>
>
>
>
>
>
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.