Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h5 extern ssize_t opt_lg_tcache_max;
/freebsd/contrib/jemalloc/src/
H A Dtcache.c14 ssize_t opt_lg_tcache_max = LG_TCACHE_MAXCLASS_DEFAULT; variable
735 if (opt_lg_tcache_max < 0 || (ZU(1) << opt_lg_tcache_max) < in tcache_boot()
739 tcache_maxclass = (ZU(1) << opt_lg_tcache_max); in tcache_boot()
H A Dctl.c104 CTL_PROTO(opt_lg_tcache_max)
331 {NAME("lg_tcache_max"), CTL(opt_lg_tcache_max)},
1787 CTL_RO_NL_GEN(opt_lg_tcache_max, opt_lg_tcache_max, ssize_t) in CTL_RO_CONFIG_GEN()
H A Djemalloc.c1295 CONF_HANDLE_SSIZE_T(opt_lg_tcache_max, "lg_tcache_max", in malloc_conf_init_helper()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h367 #define opt_lg_tcache_max JEMALLOC_N(opt_lg_tcache_max) macro