"Kirill 'Big K' Katsnelson" <kkm(a)dtmx.com> writes:
Open the scratch scratch buffer, evaluate stuff below
and monitor xemacs virtual memory (committed, private) size.
My numbers are below.
Start, Mem. usage = 8M
(make-string 10000000 ?A) ->> 18M
; After ~1s, the string displayed in the minibuffer ->> 55M
(garbage-collect) ->> 55M
...
Please test this under different platforms.
On Linux XEmacs increases from 8.9M memory consumption to 28.5M (the
20M increase is probably related to minibuffer printing.) No matter
how many times I repeat the operation with different letters, memory
consumption remains 28.5M with small variations.
So I guess it doesn't leak over here.