mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Add a test to check the output in JSON-based stats is consistent with mallctl results.
This commit is contained in:
parent
12b33ed8f1
commit
c73ab1c2ff
2 changed files with 244 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ TESTS_UNIT := \
|
|||
$(srcroot)test/unit/junk.c \
|
||||
$(srcroot)test/unit/junk_alloc.c \
|
||||
$(srcroot)test/unit/junk_free.c \
|
||||
$(srcroot)test/unit/json_stats.c \
|
||||
$(srcroot)test/unit/log.c \
|
||||
$(srcroot)test/unit/mallctl.c \
|
||||
$(srcroot)test/unit/malloc_conf_2.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue