mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
increase the ncached_max in fill_flush test case to 1024
This commit is contained in:
parent
47c9bcd402
commit
8fefabd3a4
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#define LARGE_ALLOC_SIZE SC_LARGE_MINCLASS
|
||||
#define NALLOCS 1000
|
||||
|
||||
const char *malloc_conf = "tcache_ncached_max:8-128:1024";
|
||||
/*
|
||||
* We make this volatile so the 1-at-a-time variants can't leave the allocation
|
||||
* in a register, just to try to get the cache behavior closer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue