Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dstats.c86 opt_tcache ? 0 : EFAULT, "Unexpected mallctl() result"); in TEST_BEGIN()
155 opt_tcache ? 0 : EFAULT, "Unexpected mallctl() result"); in TEST_BEGIN()
237 opt_tcache ? 0 : EFAULT, "Unexpected mallctl() result"); in TEST_BEGIN()
252 opt_tcache ? 0 : EFAULT, "Unexpected mallctl() result"); in TEST_BEGIN()
301 if (opt_tcache) { in TEST_BEGIN()
Dmallctl.c217 test_skip_if(!opt_tcache); in TEST_BEGIN()
/external/jemalloc_new/src/
Dtcache.c13 bool opt_tcache = true; variable
15 bool opt_tcache = false; variable
357 tsd_tcache_enabled_set(tsd, opt_tcache); in tsd_tcache_enabled_data_init()
360 if (opt_tcache) { in tsd_tcache_enabled_data_init()
720 if (!config_prof && opt_tcache) { in tcache_prefork()
727 if (!config_prof && opt_tcache) { in tcache_postfork_parent()
734 if (!config_prof && opt_tcache) { in tcache_postfork_child()
Dctl.c98 CTL_PROTO(opt_tcache)
299 {NAME("tcache"), CTL(opt_tcache)},
1673 CTL_RO_NL_GEN(opt_tcache, opt_tcache, bool) in CTL_RO_CONFIG_GEN()
Djemalloc.c1150 CONF_HANDLE_BOOL(opt_tcache, "tcache")
/external/jemalloc_new/include/jemalloc/internal/
Dtcache_externs.h6 extern bool opt_tcache;
Dprivate_namespace_jet.h342 #define opt_tcache JEMALLOC_N(opt_tcache) macro
Dprivate_namespace.h335 #define opt_tcache JEMALLOC_N(opt_tcache) macro