mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 17:13:35 +03:00
Add TSD reentrant stress test
This commit is contained in:
parent
7ce8b9165d
commit
941474e5b0
5 changed files with 149 additions and 1 deletions
|
|
@ -367,7 +367,8 @@ TESTS_ANALYZE := $(srcroot)test/analyze/prof_bias.c \
|
|||
TESTS_STRESS := $(srcroot)test/stress/fill_flush.c \
|
||||
$(srcroot)test/stress/large_microbench.c \
|
||||
$(srcroot)test/stress/mallctl.c \
|
||||
$(srcroot)test/stress/microbench.c
|
||||
$(srcroot)test/stress/microbench.c \
|
||||
$(srcroot)test/stress/tsd_reentrant.c
|
||||
ifeq (@enable_cxx@, 1)
|
||||
TESTS_STRESS_CPP := $(srcroot)test/stress/cpp/microbench.cpp
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue