
9 Jun
2012
9 Jun
'12
11:34 a.m.
On 2 June 2012 22:32, Faheem Mitha <faheem@faheem.info> wrote:
I'm using the following function to determine the heap size. This code was posted by Nikodemus Siivola on SBCL help, see http://comments.gmane.org/gmane.lisp.steel-bank.general/1914
(defun heap-n-bytes ()
A tangent, but: as of late last year you can just use SB-EXT:DYNAMIC-SPACE-SIZE. Cheers, -- nikodemus