Searched refs:opt_tcache (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A 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()
|
| H A D | mallctl.c | 217 test_skip_if(!opt_tcache); in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | tcache.c | 12 bool opt_tcache = true; variable 343 tsd_tcache_enabled_set(tsd, opt_tcache); in tsd_tcache_enabled_data_init() 346 if (opt_tcache) { in tsd_tcache_enabled_data_init() 700 if (!config_prof && opt_tcache) { in tcache_prefork() 707 if (!config_prof && opt_tcache) { in tcache_postfork_parent() 714 if (!config_prof && opt_tcache) { in tcache_postfork_child()
|
| H A 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()
|
| H A D | jemalloc.c | 1143 CONF_HANDLE_BOOL(opt_tcache, "tcache") in malloc_conf_init()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | tcache_externs.h | 6 extern bool opt_tcache;
|