Home
last modified time | relevance | path

Searched refs:tsd_nominal (Results 1 – 9 of 9) sorted by relevance

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