Searched refs:opt_tcache (Results 1 – 7 of 7) sorted by relevance
121 extern bool opt_tcache;212 tcache_enabled = (tcache_enabled_t)opt_tcache; in tcache_enabled_get()
369 opt_tcache
371 #define opt_tcache JEMALLOC_N(opt_tcache) macro
371 #undef opt_tcache
105 CTL_PROTO(opt_tcache)279 {NAME("tcache"), CTL(opt_tcache)},1284 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool) in CTL_RO_CONFIG_GEN()
879 opt_tcache = false;1142 CONF_HANDLE_BOOL(opt_tcache, "tcache",1146 if (opt_tcache) {1147 opt_tcache = false;
7 bool opt_tcache = true; variable