mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-26 18:47:19 +03:00
Add a stress test for batch allocation
This commit is contained in:
parent
f6cf5eb388
commit
e032a1a1de
2 changed files with 90 additions and 1 deletions
|
|
@ -298,7 +298,8 @@ TESTS_ANALYZE := $(srcroot)test/analyze/rand.c \
|
|||
TESTS_STRESS := $(srcroot)test/stress/microbench.c \
|
||||
$(srcroot)test/stress/fill_flush.c \
|
||||
$(srcroot)test/stress/large_microbench.c \
|
||||
$(srcroot)test/stress/hookbench.c
|
||||
$(srcroot)test/stress/hookbench.c \
|
||||
$(srcroot)test/stress/batch_alloc.c
|
||||
|
||||
|
||||
TESTS := $(TESTS_UNIT) $(TESTS_INTEGRATION) $(TESTS_INTEGRATION_CPP) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue