mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-29 03:43:06 +03:00
Add lg_ceil to bit_util.
Also, add the bit_util test back to the Makefile.
This commit is contained in:
parent
07b89c7673
commit
2f07e92adb
3 changed files with 76 additions and 68 deletions
|
|
@ -167,6 +167,7 @@ TESTS_UNIT := \
|
|||
$(srcroot)test/unit/background_thread_enable.c \
|
||||
$(srcroot)test/unit/base.c \
|
||||
$(srcroot)test/unit/bitmap.c \
|
||||
$(srcroot)test/unit/bit_util.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