Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dstats.h29 extern int64_t opt_stats_interval;
H A Dthread_event.h58 E(stats_interval, (opt_stats_interval >= 0), true) \
/src/contrib/jemalloc/src/
H A Dstats.c60 int64_t opt_stats_interval = STATS_INTERVAL_DEFAULT; variable
1939 if (opt_stats_interval < 0) { in stats_boot()
1940 assert(opt_stats_interval == -1); in stats_boot()
1945 stats_interval = (opt_stats_interval > 0) ? in stats_boot()
1946 opt_stats_interval : 1; in stats_boot()
H A Dctl.c121 CTL_PROTO(opt_stats_interval)
442 {NAME("stats_interval"), CTL(opt_stats_interval)},
2173 CTL_RO_NL_GEN(opt_stats_interval, opt_stats_interval, int64_t) in CTL_RO_CONFIG_GEN()
H A Djemalloc.c1330 CONF_HANDLE_INT64_T(opt_stats_interval, in malloc_conf_init_helper()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h631 #define opt_stats_interval JEMALLOC_N(opt_stats_interval) macro