Home
last modified time | relevance | path

Searched refs:opt_lg_tcache_max (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_externs.h7 extern ssize_t opt_lg_tcache_max;
Dprivate_namespace_jet.h341 #define opt_lg_tcache_max JEMALLOC_N(opt_lg_tcache_max) macro
Dprivate_namespace.h334 #define opt_lg_tcache_max JEMALLOC_N(opt_lg_tcache_max) macro
/external/jemalloc_new/src/
Dtcache.c17 ssize_t opt_lg_tcache_max = LG_TCACHE_MAXCLASS_DEFAULT; variable
674 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()
Dctl.c101 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()
Djemalloc.c1154 CONF_HANDLE_SSIZE_T(opt_lg_tcache_max, "lg_tcache_max",