Home | History | Annotate | Download | only in unit

Lines Matching full:tcache

42 	 * control tcache interactions (except by completely disabling tcache
105 * with tcache explicitly disabled.
160 * Test tcache fill/flush interactions for large and small size classes,
161 * using an explicit tcache.
170 assert_d_eq(mallctl("tcache.create", &tcache_ind, &sz, NULL, 0),
176 /* tcache fill. */
182 "Expected ticker to tick during tcache fill "
184 /* tcache flush. */
187 assert_d_eq(mallctl("tcache.flush", NULL, NULL,
192 "Expected ticker to tick during tcache flush "