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

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h249 extern size_t opt_lg_prof_sample; /* Mean bytes between samples. */
278 * Initialized as opt_lg_prof_sample, and potentially modified during profiling
H A Dprivate_namespace.h376 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Dctl.c111 CTL_PROTO(opt_lg_prof_sample)
288 {NAME("lg_prof_sample"), CTL(opt_lg_prof_sample)},
1299 CTL_RO_NL_CGEN(config_prof, opt_lg_prof_sample, opt_lg_prof_sample, size_t)
H A Dprof.c20 size_t opt_lg_prof_sample = LG_PROF_SAMPLE_DEFAULT; variable
2200 lg_prof_sample = opt_lg_prof_sample;
H A Djemalloc.c1215 CONF_HANDLE_SIZE_T(opt_lg_prof_sample,

Completed in 302 milliseconds