Method: (BLOCK-HEADER-SIZE FREE-LIST-HEAP)

Source

(defmethod block-header-size ((heap free-list-heap))
  +pointer-size+)
Source Context