Home
last modified time | relevance | path

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 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()
H A Dmallctl.c217 test_skip_if(!opt_tcache); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c12 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 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()
H A Djemalloc.c1143 CONF_HANDLE_BOOL(opt_tcache, "tcache") in malloc_conf_init()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h6 extern bool opt_tcache;