Returns the size of the block starting at the specified position. This includes the size of the block header.
(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