Module Qcow_cluster_map.Roots
Clusters which have been allocated but not yet placed somewhere reachable from the GC
val get : t -> Qcow_types.Cluster.IntervalSet.t
get t
query the current contents of the set
val remove : t -> Qcow_types.Cluster.IntervalSet.t -> unit
remove t less
removesless
from the set
val mem : t -> Qcow_types.Cluster.t -> bool
mem t cluster
is true ifcluster
is int