mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
increase the ncached_max in fill_flush test case to 1024
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
#define LARGE_ALLOC_SIZE SC_LARGE_MINCLASS
|
#define LARGE_ALLOC_SIZE SC_LARGE_MINCLASS
|
||||||
#define NALLOCS 1000
|
#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
|
* 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.
|
* in a register, just to try to get the cache behavior closer.
|
||||||
|
|||||||
Reference in New Issue
Block a user