Generic Function: SCAN

Documentation

Scans the object in the serialization buffer, marking or evacuating (depending on garbage collector type) any child objects.

Source

(defgeneric scan (buffer garbage-collector)
  (:documentation "Scans the object in the serialization buffer, marking or
evacuating (depending on garbage collector type) any child objects."))
Source Context