mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
Add stats counters for number of zero reallocs
This commit is contained in:
committed by
David Goldblatt
parent
9cfa805947
commit
de81a4eada
@@ -235,7 +235,8 @@ TESTS_UNIT := \
|
||||
$(srcroot)test/unit/zero.c \
|
||||
$(srcroot)test/unit/zero_realloc_abort.c \
|
||||
$(srcroot)test/unit/zero_realloc_free.c \
|
||||
$(srcroot)test/unit/zero_realloc_strict.c
|
||||
$(srcroot)test/unit/zero_realloc_strict.c \
|
||||
$(srcroot)test/unit/zero_reallocs.c
|
||||
ifeq (@enable_prof@, 1)
|
||||
TESTS_UNIT += \
|
||||
$(srcroot)test/unit/arena_reset_prof.c
|
||||
|
||||
Reference in New Issue
Block a user