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

/external/jemalloc/src/
H A Dquarantine.c28 assert(tsd_nominal(tsd));
49 if (!tsd_nominal(tsd))
H A Dtcache.c303 if (tsd_nominal(tsd))
H A Djemalloc.c461 if (tsd_nominal(tsd))
517 if (tsd_nominal(tsd) && !*arenas_tdata_bypassp) {
527 assert(tsd_nominal(tsd) && !*arenas_tdata_bypassp);
/external/jemalloc/include/jemalloc/internal/
H A Dtsd.h598 bool tsd_nominal(tsd_t *tsd);
632 tsd_nominal(tsd_t *tsd) function
H A Dprof.h385 if (tsd_nominal(tsd)) {
H A Dtcache.h247 if (unlikely(tcache == NULL) && tsd_nominal(tsd)) {
H A Dprivate_namespace.h523 #define tsd_nominal JEMALLOC_N(tsd_nominal) macro
H A Dprivate_unnamespace.h523 #undef tsd_nominal macro

Completed in 3248 milliseconds