increase the ncached_max in fill_flush test case to 1024

This commit is contained in:
Shirui Cheng 2024-07-18 17:49:21 -07:00 committed by Qi Wang
parent 47c9bcd402
commit 8fefabd3a4

View file

@ -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.