Searched refs:opt_tcache (Results 1 – 7 of 7) sorted by relevance
7 bool opt_tcache = true; variable602 if (!config_prof && opt_tcache) { in tcache_prefork()609 if (!config_prof && opt_tcache) { in tcache_postfork_parent()616 if (!config_prof && opt_tcache) { in tcache_postfork_child()
963 opt_tcache = false;1259 CONF_HANDLE_BOOL(opt_tcache, "tcache",1263 if (opt_tcache) {1264 opt_tcache = false;
105 CTL_PROTO(opt_tcache)282 {NAME("tcache"), CTL(opt_tcache)},1292 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool) in CTL_RO_CONFIG_GEN()
121 extern bool opt_tcache;213 tcache_enabled = (tcache_enabled_t)opt_tcache; in tcache_enabled_get()
392 opt_tcache
392 #define opt_tcache JEMALLOC_N(opt_tcache) macro
392 #undef opt_tcache