Generic Function: HEAP-START

Documentation

Returns the position of the first block in the heap.

Source

(defgeneric heap-start (heap)
  (:documentation "Returns the position of the first block in the heap."))
Source Context