Searched refs:opt_tcache (Results 1 – 5 of 5) sorted by relevance
13 bool opt_tcache = true; variable397 tsd_tcache_enabled_set(tsd, opt_tcache); in tsd_tcache_enabled_data_init()400 if (opt_tcache) { in tsd_tcache_enabled_data_init()781 if (!config_prof && opt_tcache) { in tcache_prefork()788 if (!config_prof && opt_tcache) { in tcache_postfork_parent()795 if (!config_prof && opt_tcache) { in tcache_postfork_child()
101 CTL_PROTO(opt_tcache)328 {NAME("tcache"), CTL(opt_tcache)},1783 CTL_RO_NL_GEN(opt_tcache, opt_tcache, bool) in CTL_RO_CONFIG_GEN()
1294 CONF_HANDLE_BOOL(opt_tcache, "tcache") in malloc_conf_init_helper()
4 extern bool opt_tcache;
368 #define opt_tcache JEMALLOC_N(opt_tcache) macro