Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd.h246 tsd_fast(tsd_t *tsd) { in tsd_fast() function
267 assert(tsd_fast(tsd)); in tsd_fetch_impl()
H A Djemalloc_internal_inlines_a.h153 bool fast = tsd_fast(tsd); in pre_reentrancy()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtsd.c118 assert(!tsd_fast(tsd)); in tsd_fetch_slow()
H A Djemalloc.c2001 if (likely(tsd_fast(tsd))) { in imalloc()
2389 if (likely(tsd_fast(tsd))) { in je_free()
2927 bool fast = tsd_fast(tsd); in je_dallocx()
2987 bool fast = tsd_fast(tsd); in je_sdallocx()