Home
last modified time | relevance | path

Searched refs:tcache_max (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Ddecay.c333 size_t tcache_max, sz_tcache_max; in TEST_BEGIN() local
334 sz_tcache_max = sizeof(tcache_max); in TEST_BEGIN()
335 assert_d_eq(mallctl("arenas.tcache_max", (void *)&tcache_max, in TEST_BEGIN()
362 if (sz <= tcache_max) { in TEST_BEGIN()
438 size_t tcache_max; in TEST_BEGIN() local
440 assert_d_eq(mallctl("arenas.tcache_max", (void *)&tcache_max, &sz, NULL, in TEST_BEGIN()
442 large = nallocx(tcache_max + 1, flags); in TEST_BEGIN()