Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h336 tsd_fast(tsd_t *tsd) { in tsd_fast() function
357 assert(tsd_fast(tsd)); in tsd_fetch_impl()
H A Djemalloc_internal_inlines_a.h155 bool fast = tsd_fast(tsd); in pre_reentrancy()
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2258 if (likely(tsd_fast(tsd))) { in imalloc()
2335 if (unlikely(!tsd || !tsd_fast(tsd) || (size > SC_LOOKUP_MAXCLASS))) { in JEMALLOC_ATTR()
2771 if (likely(tsd_fast(tsd))) { in free_default()
2793 if (unlikely(!tsd || !tsd_fast(tsd))) { in free_fastpath()
3431 if (unlikely(!tsd_fast(tsd))) { in je_xallocx()
3479 bool fast = tsd_fast(tsd); in je_dallocx()
3538 bool fast = tsd_fast(tsd); in sdallocx_default()
H A Dtsd.c271 assert(!tsd_fast(tsd)); in tsd_fetch_slow()