mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
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:
parent
7fde6ac490
commit
ceee823519
3 changed files with 536 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue