Home
last modified time | relevance | path

Searched refs:tsd_fetch_slow (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDtsd.h110 tsd_t *tsd_fetch_slow(tsd_t *tsd, bool internal);
355 return tsd_fetch_slow(tsd, minimal); in tsd_fetch_impl()
HDprivate_namespace.h401 #define tsd_fetch_slow JEMALLOC_N(tsd_fetch_slow) macro
/freebsd-13-stable/contrib/jemalloc/src/
HDtsd.c270 tsd_fetch_slow(tsd_t *tsd, bool minimal) { in tsd_fetch_slow() function