Searched refs:tsd_fast (Results 1 – 4 of 4) sorted by relevance
336 tsd_fast(tsd_t *tsd) { in tsd_fast() function357 assert(tsd_fast(tsd)); in tsd_fetch_impl()
155 bool fast = tsd_fast(tsd); in pre_reentrancy()
2258 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()
271 assert(!tsd_fast(tsd)); in tsd_fetch_slow()