mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Allow setting default ncached_max for each bin through malloc_conf
This commit is contained in:
parent
867eedfc58
commit
8a22d10b83
6 changed files with 321 additions and 241 deletions
|
|
@ -242,6 +242,7 @@ TESTS_UNIT := \
|
|||
$(srcroot)test/unit/mq.c \
|
||||
$(srcroot)test/unit/mtx.c \
|
||||
$(srcroot)test/unit/nstime.c \
|
||||
$(srcroot)test/unit/ncached_max.c \
|
||||
$(srcroot)test/unit/oversize_threshold.c \
|
||||
$(srcroot)test/unit/pa.c \
|
||||
$(srcroot)test/unit/pack.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue