Searched refs:tcache_max (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | decay.c | 333 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()
|
/external/jemalloc/test/unit/ |
D | decay.c | 228 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()
|