Searched refs:tcaches (Results 1 – 6 of 6) sorted by relevance
16 tcaches_t *tcaches; variable439 if (tcaches == NULL) { in tcaches_create()440 tcaches = base_alloc(sizeof(tcache_t *) * in tcaches_create()442 if (tcaches == NULL) in tcaches_create()456 *r_ind = elm - tcaches; in tcaches_create()458 elm = &tcaches[tcaches_past]; in tcaches_create()481 tcaches_elm_flush(tsd, &tcaches[ind]); in tcaches_flush()487 tcaches_t *elm = &tcaches[ind]; in tcaches_destroy()
136 extern tcaches_t *tcaches;430 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
457 tcaches
457 #define tcaches JEMALLOC_N(tcaches) macro
457 #undef tcaches
31 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and