Lines Matching defs:tcache_ind
2278 unsigned tcache_ind;
2290 dynamic_opts->tcache_ind = TCACHE_IND_AUTOMATIC;
2335 tcache_get_from_ind(tsd_t *tsd, unsigned tcache_ind, bool slow, bool is_alloc) {
2337 if (tcache_ind == TCACHE_IND_AUTOMATIC) {
2355 if (tcache_ind == TCACHE_IND_NONE) {
2358 tcache = tcaches_get(tsd, tcache_ind);
2388 tcache_t *tcache = tcache_get_from_ind(tsd, dopts->tcache_ind,
2536 assert(dopts->tcache_ind == TCACHE_IND_AUTOMATIC ||
2537 dopts->tcache_ind == TCACHE_IND_NONE);
2539 dopts->tcache_ind = TCACHE_IND_NONE;
3386 dopts.tcache_ind = mallocx_tcache_get(flags);
3424 dopts.tcache_ind = mallocx_tcache_get(flags);
3518 unsigned tcache_ind = mallocx_tcache_get(flags);
3519 tcache_t *tcache = tcache_get_from_ind(tsd, tcache_ind,
3883 unsigned tcache_ind = mallocx_tcache_get(flags);
3884 tcache_t *tcache = tcache_get_from_ind(tsd, tcache_ind, !fast,
3921 unsigned tcache_ind = mallocx_tcache_get(flags);
3922 tcache_t *tcache = tcache_get_from_ind(tsd, tcache_ind, !fast,
4212 unsigned tcache_ind = mallocx_tcache_get(flags);
4214 tcache_ind, /* slow */ true,