Generic Function: HEAP-END

Documentation

Returns the end of the heap.

Source

(defgeneric heap-end (heap)
  (:documentation "Returns the end of the heap."))
Source Context