Home
last modified time | relevance | path

Searched refs:tcaches (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c21 tcaches_t *tcaches; variable
558 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()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h28 extern tcaches_t *tcaches;
H A Dtcache_inlines.h216 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog150 - Post-fork(2), re-initialize the list of tcaches associated with each arena
151 to contain no tcaches except the forking thread's. (@interwq)
707 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and