Searched refs:tcaches (Results 1 – 6 of 6) sorted by relevance
16 tcaches_t *tcaches; variable456 if (tcaches == NULL) { in tcaches_create_prep()457 tcaches = base_alloc(tsd_tsdn(tsd), sizeof(tcache_t *) * in tcaches_create_prep()459 if (tcaches == NULL) { in tcaches_create_prep()504 *r_ind = (unsigned)(elm - tcaches); in tcaches_create()506 elm = &tcaches[tcaches_past]; in tcaches_create()533 tcaches_elm_flush(tsd, &tcaches[ind]); in tcaches_flush()542 elm = &tcaches[ind]; in tcaches_destroy()
143 extern tcaches_t *tcaches;474 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
537 tcaches
534 #define tcaches JEMALLOC_N(tcaches) macro
534 #undef tcaches
333 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and