Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dtsd.c56 if (tsd_nominal(tsd)) { in tsd_slow_update()
89 assert(!tsd_nominal(tsd)); in assert_tsd_data_cleanup_done()
Djemalloc.c436 if (tsd_nominal(tsd) && !*arenas_tdata_bypassp) { in arena_tdata_get_hard()
446 assert(tsd_nominal(tsd) && !*arenas_tdata_bypassp); in arena_tdata_get_hard()
/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_b.h25 if (tsd_nominal(tsd)) { in prof_tdata_get()
Dtsd.h295 tsd_nominal(tsd_t *tsd) { in tsd_nominal() function
/external/jemalloc/src/
Dquarantine.c47 if (!tsd_nominal(tsd)) in quarantine_alloc_hook_work()
Dtcache.c310 if (tsd_nominal(tsd)) in tcache_get_hard()
Djemalloc.c480 if (!tsd_nominal(tsd)) in arena_bind()
547 if (tsd_nominal(tsd) && !*arenas_tdata_bypassp) { in arena_tdata_get_hard()
557 assert(tsd_nominal(tsd) && !*arenas_tdata_bypassp); in arena_tdata_get_hard()
/external/jemalloc/include/jemalloc/internal/
Dtsd.h673 bool tsd_nominal(tsd_t *tsd);
728 tsd_nominal(tsd_t *tsd) in tsd_nominal() function
Dprivate_symbols.txt581 tsd_nominal
Dprof.h386 if (tsd_nominal(tsd)) { in prof_tdata_get()
Dtcache.h248 if (unlikely(tcache == NULL) && tsd_nominal(tsd)) { in tcache_get()
Dprivate_namespace.h578 #define tsd_nominal JEMALLOC_N(tsd_nominal) macro
Dprivate_unnamespace.h578 #undef tsd_nominal