Home
last modified time | relevance | path

Searched refs:tcache_enabled_set (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtcache.h177 void tcache_enabled_set(bool enabled);
221 tcache_enabled_set(bool enabled) in tcache_enabled_set() function
Dprivate_symbols.txt525 tcache_enabled_set
Dprivate_namespace.h525 #define tcache_enabled_set JEMALLOC_N(tcache_enabled_set) macro
Dprivate_unnamespace.h525 #undef tcache_enabled_set
/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h17 tcache_enabled_set(tsd_t *tsd, bool enabled) { in tcache_enabled_set() function
/external/jemalloc/src/
Dtcache.c311 tcache_enabled_set(false); /* Memoize. */ in tcache_get_hard()
Dctl.c1381 tcache_enabled_set(*(bool *)newp); in CTL_TSD_RO_NL_CGEN()
/external/jemalloc_new/src/
Dctl.c1769 tcache_enabled_set(tsd, *(bool *)newp); in CTL_TSD_RO_NL_CGEN()