Searched refs:tsd_nominal (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/src/
H A Dquarantine.c47 if (!tsd_nominal(tsd))
H A Dtcache.c307 if (tsd_nominal(tsd))
H A Djemalloc.c465 if (tsd_nominal(tsd)) {
528 if (tsd_nominal(tsd) && !*arenas_tdata_bypassp) {
538 assert(tsd_nominal(tsd) && !*arenas_tdata_bypassp);
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h644 bool tsd_nominal(tsd_t *tsd);
688 tsd_nominal(tsd_t *tsd) function
H A Dprof.h386 if (tsd_nominal(tsd)) {
H A Dtcache.h233 if (unlikely(tcache == NULL) && tsd_nominal(tsd)) {
H A Dprivate_namespace.h560 #define tsd_nominal JEMALLOC_N(tsd_nominal) macro

Completed in 124 milliseconds