Home
last modified time | relevance | path

Searched refs:tcaches_t (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtcache_types.h7 typedef struct tcaches_s tcaches_t; typedef
H A Dtcache_structs.h57 tcaches_t *next;
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/src/
H A Dtcache.c21 tcaches_t *tcaches;
27 static tcaches_t *tcaches_avail;
595 tcaches_t *elm; in tcaches_create()
617 tcaches_elm_remove(tsd_t *tsd, tcaches_t *elm) { in tcaches_elm_remove()
641 tcaches_t *elm = &tcaches[ind]; in tcaches_destroy()