Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h11 extern size_t opt_lg_prof_sample; /* Mean bytes between samples. */
H A Dprivate_namespace.h295 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
/freebsd-14.2/contrib/jemalloc/src/
H A Dctl.c109 CTL_PROTO(opt_lg_prof_sample)
336 {NAME("lg_prof_sample"), CTL(opt_lg_prof_sample)},
1793 CTL_RO_NL_CGEN(config_prof, opt_lg_prof_sample, opt_lg_prof_sample, size_t) in CTL_RO_CONFIG_GEN()
H A Dprof.c36 size_t opt_lg_prof_sample = LG_PROF_SAMPLE_DEFAULT; variable
2958 lg_prof_sample = opt_lg_prof_sample; in prof_boot2()
H A Djemalloc.c1374 CONF_HANDLE_SIZE_T(opt_lg_prof_sample, in malloc_conf_init_helper()