Home
last modified time | relevance | path

Searched refs:opt_tcache (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtcache.h121 extern bool opt_tcache;
212 tcache_enabled = (tcache_enabled_t)opt_tcache; in tcache_enabled_get()
Dprivate_symbols.txt369 opt_tcache
Dprivate_namespace.h371 #define opt_tcache JEMALLOC_N(opt_tcache) macro
Dprivate_unnamespace.h371 #undef opt_tcache
/external/jemalloc/src/
Dctl.c105 CTL_PROTO(opt_tcache)
279 {NAME("tcache"), CTL(opt_tcache)},
1284 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool) in CTL_RO_CONFIG_GEN()
Djemalloc.c879 opt_tcache = false;
1142 CONF_HANDLE_BOOL(opt_tcache, "tcache",
1146 if (opt_tcache) {
1147 opt_tcache = false;
Dtcache.c7 bool opt_tcache = true; variable