Searched refs:tcaches (Results 1 – 6 of 6) sorted by relevance
16 tcaches_t *tcaches; variable448 if (tcaches == NULL) { in tcaches_create()449 tcaches = base_alloc(sizeof(tcache_t *) * in tcaches_create()451 if (tcaches == NULL) in tcaches_create()465 *r_ind = (unsigned)(elm - tcaches); in tcaches_create()467 elm = &tcaches[tcaches_past]; in tcaches_create()490 tcaches_elm_flush(tsd, &tcaches[ind]); in tcaches_flush()496 tcaches_t *elm = &tcaches[ind]; in tcaches_destroy()
143 extern tcaches_t *tcaches;472 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
493 tcaches
495 #define tcaches JEMALLOC_N(tcaches) macro
495 #undef tcaches
198 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and