Searched refs:tcaches (Results 1 – 5 of 5) sorted by relevance
22 tcaches_t *tcaches; variable630 if (tcaches == NULL) { in tcaches_create_prep()631 tcaches = base_alloc(tsd_tsdn(tsd), b0get(), sizeof(tcache_t *) in tcaches_create_prep()633 if (tcaches == NULL) { in tcaches_create_prep()673 *r_ind = (unsigned)(elm - tcaches); in tcaches_create()675 elm = &tcaches[tcaches_past]; in tcaches_create()711 tcache_t *tcache = tcaches_elm_remove(tsd, &tcaches[ind], true); in tcaches_flush()722 tcaches_t *elm = &tcaches[ind]; in tcaches_destroy()
26 extern tcaches_t *tcaches;
217 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
386 #define tcaches JEMALLOC_N(tcaches) macro
286 - Post-fork(2), re-initialize the list of tcaches associated with each arena287 to contain no tcaches except the forking thread's. (@interwq)843 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and