mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 16:43:33 +03:00
Add unit test for sharded bins.
This commit is contained in:
parent
98b56ab23d
commit
711a61f3b4
3 changed files with 107 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ TESTS_UNIT := \
|
|||
$(srcroot)test/unit/base.c \
|
||||
$(srcroot)test/unit/bitmap.c \
|
||||
$(srcroot)test/unit/bit_util.c \
|
||||
$(srcroot)test/unit/binshard.c \
|
||||
$(srcroot)test/unit/ckh.c \
|
||||
$(srcroot)test/unit/decay.c \
|
||||
$(srcroot)test/unit/div.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue