Lines Matching refs:tcache
139 TEST_MALLCTL_CONFIG(tcache, bool);
177 TEST_MALLCTL_OPT(bool, tcache, tcache);
178 TEST_MALLCTL_OPT(size_t, lg_tcache_max, tcache);
230 /* Deallocate p and q, but bypass the tcache for q. */
234 /* Make sure that tcache-based allocation returns p, not q. */
237 assert_ptr_eq(p0, p1, "Expected tcache to allocate cached region");
261 assert_d_eq(mallctl("tcache.create", &tis[i], &sz, NULL, 0), 0,
265 /* Exercise tcache ID recycling. */
267 assert_d_eq(mallctl("tcache.destroy", NULL, NULL, &tis[i],
273 assert_d_eq(mallctl("tcache.create", &tis[i], &sz, NULL, 0), 0,
279 assert_d_eq(mallctl("tcache.flush", NULL, NULL, &tis[i],
324 assert_d_eq(mallctl("tcache.flush", NULL, NULL, &tis[i],
331 assert_d_eq(mallctl("tcache.destroy", NULL, NULL, &tis[i],