Searched refs:tsd_fetch_slow (Results 1 – 3 of 3) sorted by relevance
110 tsd_t *tsd_fetch_slow(tsd_t *tsd, bool internal);355 return tsd_fetch_slow(tsd, minimal); in tsd_fetch_impl()
401 #define tsd_fetch_slow JEMALLOC_N(tsd_fetch_slow) macro
270 tsd_fetch_slow(tsd_t *tsd, bool minimal) { in tsd_fetch_slow() function