add CBT bitmap implementation

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2026-05-21 09:20:24 +08:00
parent 3886dc0e9a
commit 1d03217661
+1 -1
View File
@@ -51,7 +51,7 @@ type Iterator interface {
// BlockSize returns the granularity of the bitmap
BlockSize() uint
// Count returns the toal number of count in the bitmap
// Count returns the total number of count in the bitmap
Count() uint64
// Next returns the offset of the next set block and whether it comes to the end of the iteration