Add flat_bitmap.

The flat_bitmap module offers an extended API, at the cost of decreased
performance in the case of very large bitmaps.
This commit is contained in:
David Goldblatt
2020-07-17 18:42:50 -07:00
committed by David Goldblatt
parent 7fde6ac490
commit ceee823519
3 changed files with 536 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ TESTS_UNIT := \
$(srcroot)test/unit/edata_cache.c \
$(srcroot)test/unit/emitter.c \
$(srcroot)test/unit/extent_quantize.c \
${srcroot}test/unit/flat_bitmap.c \
$(srcroot)test/unit/fork.c \
$(srcroot)test/unit/hash.c \
$(srcroot)test/unit/hook.c \