Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h404 tsd_fast(tsd_t *tsd) { in tsd_fast() function
425 assert(tsd_fast(tsd)); in tsd_fetch_impl()
500 bool fast = tsd_fast(tsd); in tsd_pre_reentrancy_raw()
H A Djemalloc_internal_inlines_c.h312 assert(tsd_fast(tsd)); in imalloc_fastpath()
/src/contrib/jemalloc/src/
H A Dthread_event.c113 if (next_event > TE_NEXT_EVENT_FAST_MAX || !tsd_fast(tsd)) { in te_assert_invariants_impl()
H A Djemalloc.c2687 if (likely(tsd_fast(tsd))) { in imalloc()
3014 if (likely(tsd_fast(tsd))) { in free_default()
3080 assert(tsd_fast(tsd) || in free_fastpath()
3134 assert(tsd_fast(tsd)); in free_fastpath()
3835 if (unlikely(!tsd_fast(tsd))) { in je_xallocx()
3883 bool fast = tsd_fast(tsd); in je_dallocx()
3920 bool fast = tsd_fast(tsd); in sdallocx_default()
H A Dtsd.c279 assert(!tsd_fast(tsd)); in tsd_fetch_slow()