package qcow

  1. Overview
  2. Docs

Clusters which have been erased but haven't been flushed yet so can't be safely reallocated.

get t query the current contents of the set

val remove : t -> Qcow_types.Cluster.IntervalSet.t -> unit

remove t less removes less from the set

val mem : t -> Qcow_types.Cluster.t -> bool

mem t cluster is true if cluster is in t