25.3. Environment Inquiry [sec_25-1-3]

25.3.1. Function ROOM
25.3.2. Function EXT:GC
25.3.3. Machine
25.3.4. Function LISP-IMPLEMENTATION-VERSION
25.3.5. Function EXT:ARGV

25.3.1. Function ROOM

The function ROOM returns two values: the number of bytes currently occupied by Lisp objects, and the number of bytes that can be allocated before the next regular garbage-collection occurs.

25.3.2. Function EXT:GC

The function EXT:GC starts a global garbage-collection and returns three values:

  1. room occupied by Lisp objects
  2. room available for Lisp objects
  3. room permanently allocated

When the optional parameter is non-NIL also invalidates just-in-time compiled objects.

25.3.3. Machine

[an error occurred while processing this directive]