Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Ddecay.c228 size_t tcache_max; in TEST_BEGIN() local
231 assert_d_eq(mallctl("arenas.tcache_max", (void *)&tcache_max, in TEST_BEGIN()
233 large = nallocx(tcache_max + 1, flags); in TEST_BEGIN()