Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h13 return tsd_tcache_enabled_get(tsd); in tcache_enabled_get()
18 bool was_enabled = tsd_tcache_enabled_get(tsd); in tcache_enabled_set()
Djemalloc_internal_inlines_a.h128 if (likely(tsd_tcache_enabled_get(tsd))) { in tcache_available()
Dtsd.h241 assert(!malloc_slow && tsd_tcache_enabled_get(tsd) && in tsd_assert_fast()
/external/jemalloc_new/src/
Dtsd.c57 if (malloc_slow || !tsd_tcache_enabled_get(tsd) || in tsd_slow_update()
122 assert(malloc_slow || !tsd_tcache_enabled_get(tsd) || in tsd_fetch_slow()
Dtcache.c531 assert(tsd_tcache_enabled_get(tsd) == false); in tcache_cleanup()
537 assert(tsd_tcache_enabled_get(tsd)); in tcache_cleanup()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt589 tsd_tcache_enabled_get
Dtcache.h211 tcache_enabled = tsd_tcache_enabled_get(tsd); in tcache_enabled_get()
Dprivate_namespace.h586 #define tsd_tcache_enabled_get JEMALLOC_N(tsd_tcache_enabled_get) macro
Dprivate_unnamespace.h586 #undef tsd_tcache_enabled_get