Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dtsd_inlines.h10 bool tsd_nominal(tsd_t *tsd);
64 tsd_nominal(tsd_t *tsd) in tsd_nominal() function
A Dprof_inlines.h62 if (tsd_nominal(tsd)) { in prof_tdata_get()
A Dprivate_symbols.txt516 tsd_nominal
A Dtcache_inlines.h80 if (unlikely(tcache == NULL) && tsd_nominal(tsd)) { in tcache_get()
A Dprivate_namespace.h516 #define tsd_nominal JEMALLOC_N(tsd_nominal) macro
A Dprivate_unnamespace.h516 #undef tsd_nominal
/third_party/ulib/jemalloc/src/
A Dtcache.c297 if (tsd_nominal(tsd)) in tcache_get_hard()
A Djemalloc.c436 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