Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c7 bool opt_tcache = true; variable
602 if (!config_prof && opt_tcache) { in tcache_prefork()
609 if (!config_prof && opt_tcache) { in tcache_postfork_parent()
616 if (!config_prof && opt_tcache) { in tcache_postfork_child()
Djemalloc.c963 opt_tcache = false;
1259 CONF_HANDLE_BOOL(opt_tcache, "tcache",
1263 if (opt_tcache) {
1264 opt_tcache = false;
Dctl.c105 CTL_PROTO(opt_tcache)
282 {NAME("tcache"), CTL(opt_tcache)},
1292 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool) in CTL_RO_CONFIG_GEN()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h121 extern bool opt_tcache;
213 tcache_enabled = (tcache_enabled_t)opt_tcache; in tcache_enabled_get()
Dprivate_symbols.txt392 opt_tcache
Dprivate_namespace.h392 #define opt_tcache JEMALLOC_N(opt_tcache) macro
Dprivate_unnamespace.h392 #undef opt_tcache