[Audacity-nyquist] leaky xlisp
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Vaughan J. <vjo...@co...> - 2005-01-09 22:17:56
|
Don't know whether this is known, but I noticed, in doing some
debugging, that there's a lot of memory leakage in the 1.3.x branch, and
the ones I could find easily are in xlisp. Here are a few selections
from the memory dump:
{180047} normal block at 0x027BC618, 7 bytes long.
Data: <NTHCDR > 4E 54 48 43 44 52 00
{180035} normal block at 0x027BC288, 7 bytes long.
Data: <CDDDAR > 43 44 44 44 41 52 00
{179965} normal block at 0x00FCDBB0, 9 bytes long.
Data: <DEFMACRO > 44 45 46 4D 41 43 52 4F 00
Garbage collection?
-Vaughan
|