Searched refs:tcaches (Results 1 – 4 of 4) sorted by relevance
21 tcaches_t *tcaches; variable558 if (tcaches == NULL) { in tcaches_create_prep()559 tcaches = base_alloc(tsd_tsdn(tsd), b0get(), sizeof(tcache_t *) in tcaches_create_prep()561 if (tcaches == NULL) { in tcaches_create_prep()601 *r_ind = (unsigned)(elm - tcaches); in tcaches_create()603 elm = &tcaches[tcaches_past]; in tcaches_create()631 tcache_t *tcache = tcaches_elm_remove(tsd, &tcaches[ind]); in tcaches_flush()641 tcaches_t *elm = &tcaches[ind]; in tcaches_destroy()
28 extern tcaches_t *tcaches;
216 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
150 - Post-fork(2), re-initialize the list of tcaches associated with each arena151 to contain no tcaches except the forking thread's. (@interwq)707 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and