Searched refs:opt_tcache (Results 1 – 7 of 7) sorted by relevance
114 extern bool opt_tcache;205 tcache_enabled = (tcache_enabled_t)opt_tcache; in tcache_enabled_get()
345 opt_tcache
345 #define opt_tcache JEMALLOC_N(opt_tcache) macro
345 #undef opt_tcache
854 opt_tcache = false;1092 CONF_HANDLE_BOOL(opt_tcache, "tcache",1096 if (opt_tcache) {1097 opt_tcache = false;
101 CTL_PROTO(opt_tcache)269 {NAME("tcache"), CTL(opt_tcache)},1278 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool) in CTL_RO_BOOL_CONFIG_GEN()
7 bool opt_tcache = true; variable