Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h176 void tcache_enabled_set(bool enabled);
220 tcache_enabled_set(bool enabled) in tcache_enabled_set() function
Dprivate_symbols.txt484 tcache_enabled_set
Dprivate_namespace.h486 #define tcache_enabled_set JEMALLOC_N(tcache_enabled_set) macro
Dprivate_unnamespace.h486 #undef tcache_enabled_set
/external/jemalloc/src/
Dtcache.c304 tcache_enabled_set(false); /* Memoize. */ in tcache_get_hard()
Dctl.c1375 tcache_enabled_set(*(bool *)newp); in CTL_TSD_RO_NL_CGEN()