Home
last modified time | relevance | path

Searched refs:tsd_tcache_enabled_set (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtcache.h214 tsd_tcache_enabled_set(tsd, tcache_enabled); in tcache_enabled_get()
231 tsd_tcache_enabled_set(tsd, tcache_enabled); in tcache_enabled_set()
Dprivate_symbols.txt590 tsd_tcache_enabled_set
Dprivate_namespace.h587 #define tsd_tcache_enabled_set JEMALLOC_N(tsd_tcache_enabled_set) macro
Dprivate_unnamespace.h587 #undef tsd_tcache_enabled_set
/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h26 tsd_tcache_enabled_set(tsd, enabled); in tcache_enabled_set()
/external/jemalloc_new/src/
Dtcache.c357 tsd_tcache_enabled_set(tsd, opt_tcache); in tsd_tcache_enabled_data_init()