Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h110 tsd_t *tsd_fetch_slow(tsd_t *tsd, bool internal);
355 return tsd_fetch_slow(tsd, minimal); in tsd_fetch_impl()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h401 #define tsd_fetch_slow JEMALLOC_N(tsd_fetch_slow) macro
/freebsd/contrib/jemalloc/src/
H A Dtsd.c270 tsd_fetch_slow(tsd_t *tsd, bool minimal) { in tsd_fetch_slow() function