The simplest way to see the current Lisp allocation is to call (room t) . If you want hexadecimal output, do this:
(room t)
(let ((*print-base* 16))
(room t))
To obtain values representing the current total allocation, call sys:room-values .
sys:room-values