Home
last modified time | relevance | path

Searched refs:tcache_create_explicit (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h40 tcache_t *tcache_create_explicit(tsd_t *tsd);
H A Dtcache_inlines.h218 elm->tcache = tcache_create_explicit(tsd); in tcaches_get()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c432 tcache_create_explicit(tsd_t *tsd) { in tcache_create_explicit() function
589 tcache_t *tcache = tcache_create_explicit(tsd); in tcaches_create()