Generic Function: BLOCK-SIZE

Documentation

Returns the size of the block starting at the specified position. This includes the size of the block header.

Source

(defgeneric block-size (block heap)
  (:documentation "Returns the size of the block starting at the
specified position.  This includes the size of the block header."))
Source Context