Home
last modified time | relevance | path

Searched refs:tcache_available (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_inlines_a.h122 tcache_available(tsd_t *tsd) { in tcache_available() function
141 if (!tcache_available(tsd)) { in tcache_get()
Djemalloc_internal_inlines_b.h24 if (tcache_available(tsd)) { in arena_choose_impl()
/external/jemalloc_new/src/
Dtcache.c505 assert(tcache_available(tsd)); in tcache_flush()
530 if (!tcache_available(tsd)) { in tcache_cleanup()
Dctl.c1737 if (tcache_available(tsd)) { in CTL_RO_CONFIG_GEN()
1783 if (!tcache_available(tsd)) { in thread_tcache_flush_ctl()