Searched refs:opt_tcache (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | stats.c | 86 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()
|
D | mallctl.c | 217 test_skip_if(!opt_tcache); in TEST_BEGIN()
|
/external/jemalloc_new/src/ |
D | tcache.c | 13 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()
|
D | ctl.c | 98 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()
|
D | jemalloc.c | 1150 CONF_HANDLE_BOOL(opt_tcache, "tcache")
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_externs.h | 6 extern bool opt_tcache;
|
D | private_namespace_jet.h | 342 #define opt_tcache JEMALLOC_N(opt_tcache) macro
|
D | private_namespace.h | 335 #define opt_tcache JEMALLOC_N(opt_tcache) macro
|