NextPrevUpTopContentsIndex

22.5.3 Reporting current allocation

The simplest way to see the current Lisp allocation is to call (room t) . If you want hexadecimal output, do this:

(let ((*print-base* 16))
  (room t))

To obtain values representing the current total allocation, call sys:room-values .


LispWorks User Guide - 21 Jul 2006

NextPrevUpTopContentsIndex