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

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h7 extern ssize_t opt_lg_tcache_max;
H A Dprivate_namespace.h320 #define opt_lg_tcache_max JEMALLOC_N(opt_lg_tcache_max) macro
H A Dprivate_unnamespace.h320 #undef opt_lg_tcache_max macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtcache.c8 ssize_t opt_lg_tcache_max = LG_TCACHE_MAXCLASS_DEFAULT; variable
491 /* If necessary, clamp opt_lg_tcache_max. */
492 if (opt_lg_tcache_max < 0 || (ZU(1) << opt_lg_tcache_max) < SMALL_MAXCLASS)
495 tcache_maxclass = (ZU(1) << opt_lg_tcache_max);
H A Dctl.c85 CTL_PROTO(opt_lg_tcache_max)
242 {NAME("lg_tcache_max"), CTL(opt_lg_tcache_max)},
1303 CTL_RO_NL_CGEN(config_tcache, opt_lg_tcache_max, opt_lg_tcache_max, ssize_t)
H A Djemalloc.c1105 CONF_HANDLE_SSIZE_T(opt_lg_tcache_max,

Completed in 97 milliseconds