Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_a.h124 tcache_available(tsd_t *tsd) { in tcache_available() function
143 if (!tcache_available(tsd)) { in tcache_get()
H A Djemalloc_internal_inlines_b.h24 if (tcache_available(tsd)) { in arena_choose_impl()
/freebsd/contrib/jemalloc/src/
H A Dtcache.c541 assert(tcache_available(tsd)); in tcache_flush()
584 if (!tcache_available(tsd)) { in tcache_cleanup()
H A Dctl.c1847 if (tcache_available(tsd)) { in CTL_RO_CONFIG_GEN()
1895 if (!tcache_available(tsd)) { in thread_tcache_flush_ctl()