Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dtsd.c151 tsd_global_slow() { in tsd_global_slow() function
163 if (malloc_slow || tsd_local_slow(tsd) || tsd_global_slow()) { in tsd_state_compute()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h123 bool tsd_global_slow();
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h402 #define tsd_global_slow JEMALLOC_N(tsd_global_slow) macro