Generic Function SCAN Scans the object in the serialization buffer, marking or evacuating (depending on garbage collector type) any child objects.
Variable *INITIAL-HEAP-SIZE* The default initial heap size is 10 MB.
Method (WORK-LEFT MARK-AND-SWEEP-HEAP) Returns the amount of work that needs to be done (i.
Method (MAX-WORK MARK-AND-SWEEP-HEAP) Returns the maximum possible amount of work that the garbage collector needs to do for one complete garbage collection.
Method (NR-OBJECT-BYTES MARK-AND-SWEEP-HEAP) Returns the number of object bytes that must be handled by the garbage collector.
Method (NR-HEAP-BYTES MARK-AND-SWEEP-HEAP) Returns the number of heap bytes that must be handled by the garbage collector.
Method (BLOCK-ALIVE-P OBJECT-TABLE T T) Returns true iff the object in the block is alive.
Variable *COLLECT-GARBAGE-ON-COMMIT* A flag to indicate whether or not transaction-commit collects garbage