Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h44 extern size_t lg_prof_sample;
/freebsd/contrib/jemalloc/src/
H A Dprof.c73 size_t lg_prof_sample; variable
1146 if (lg_prof_sample == 0) { in prof_sample_threshold_update()
1172 log(1.0 - (1.0 / (double)((uint64_t)1U << lg_prof_sample)))) in prof_sample_threshold_update()
1604 ((uint64_t)1U << lg_prof_sample), cnt_all->curobjs, in prof_dump_header_impl()
1777 double sample_period = (double)((uint64_t)1 << lg_prof_sample); in prof_leakcheck()
2367 lg_prof_sample = lg_sample; in prof_reset()
2686 emitter_type_int, &lg_prof_sample); in prof_log_emit_metadata()
2958 lg_prof_sample = opt_lg_prof_sample; in prof_boot2()
H A Dctl.c153 CTL_PROTO(lg_prof_sample)
418 {NAME("lg_sample"), CTL(lg_prof_sample)},
2744 size_t lg_sample = lg_prof_sample; in prof_reset_ctl()
2764 CTL_RO_NL_CGEN(config_prof, lg_prof_sample, lg_prof_sample, size_t) in CTL_RO_NL_CGEN()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h293 #define lg_prof_sample JEMALLOC_N(lg_prof_sample) macro
/freebsd/contrib/jemalloc/
H A DChangeLog1228 - Change the "opt.lg_prof_sample" default from 0 to 19 (1 B to 512 KiB).