Searched refs:opt_lg_tcache_max (Results 1 – 6 of 6) sorted by relevance
7 extern ssize_t opt_lg_tcache_max;
341 #define opt_lg_tcache_max JEMALLOC_N(opt_lg_tcache_max) macro
334 #define opt_lg_tcache_max JEMALLOC_N(opt_lg_tcache_max) macro
17 ssize_t opt_lg_tcache_max = LG_TCACHE_MAXCLASS_DEFAULT; variable674 if (opt_lg_tcache_max < 0 || (ZU(1) << opt_lg_tcache_max) < in tcache_boot()678 tcache_maxclass = (ZU(1) << opt_lg_tcache_max); in tcache_boot()
101 CTL_PROTO(opt_lg_tcache_max)302 {NAME("lg_tcache_max"), CTL(opt_lg_tcache_max)},1677 CTL_RO_NL_GEN(opt_lg_tcache_max, opt_lg_tcache_max, ssize_t) in CTL_RO_CONFIG_GEN()
1154 CONF_HANDLE_SSIZE_T(opt_lg_tcache_max, "lg_tcache_max",