Searched refs:tsd_nominal (Results 1 – 8 of 8) sorted by relevance
10 bool tsd_nominal(tsd_t *tsd);64 tsd_nominal(tsd_t *tsd) in tsd_nominal() function
62 if (tsd_nominal(tsd)) { in prof_tdata_get()
516 tsd_nominal
80 if (unlikely(tcache == NULL) && tsd_nominal(tsd)) { in tcache_get()
516 #define tsd_nominal JEMALLOC_N(tsd_nominal) macro
516 #undef tsd_nominal
297 if (tsd_nominal(tsd)) in tcache_get_hard()
436 if (!tsd_nominal(tsd)) in arena_bind()503 if (tsd_nominal(tsd) && !*arenas_tdata_bypassp) { in arena_tdata_get_hard()513 assert(tsd_nominal(tsd) && !*arenas_tdata_bypassp); in arena_tdata_get_hard()
Completed in 16 milliseconds