Generic Function: SETF HEAP-END

Documentation

Modifies the end of the heap.

Source

(defgeneric (setf heap-end) (value heap)
  (:documentation "Modifies the end of the heap."))
Source Context