On 22 July 2010 18:20, <k2msmith@...> wrote:
> Forwarding this thread to sbcl help, specifically last question.
>> > what about memory size in lisp as well ?
In SBCL you can use (sb-kernel:dynamic-usage) to obtain the number of
bytes allocated. This isn't officially supported right now, but is
unlikely to break in a hurry.
However, this same information is available from ROOM as well.
SB-SPROF can also do allocation profiling for the lisp side, should
you need that.
Cheers,
-- Nikodemus
|