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

/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h192 extern size_t opt_lg_prof_sample; /* Mean bytes between samples. */
252 } else if (opt_lg_prof_sample == 0) { \
330 * variable with mean (2^opt_lg_prof_sample).
335 * | log(1-p) | opt_lg_prof_sample
350 log(1.0 - (1.0 / (double)((uint64_t)1U << opt_lg_prof_sample))))
396 assert(opt_lg_prof_sample != 0);
426 if (opt_lg_prof_sample != 0) {
474 if (opt_lg_prof_sample != 0) {
H A Dprivate_namespace.h254 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
/freebsd-10.1-release/contrib/jemalloc/src/
H A Dprof.c21 size_t opt_lg_prof_sample = LG_PROF_SAMPLE_DEFAULT; variable
870 if (opt_lg_prof_sample == 0) {
883 ((uint64_t)1U << opt_lg_prof_sample)))
1186 prof_promote = (opt_prof && opt_lg_prof_sample > LG_PAGE);
H A Dctl.c109 CTL_PROTO(opt_lg_prof_sample)
251 {NAME("lg_prof_sample"), CTL(opt_lg_prof_sample)},
1268 CTL_RO_NL_CGEN(config_prof, opt_lg_prof_sample, opt_lg_prof_sample, size_t)
H A Djemalloc.c647 CONF_HANDLE_SSIZE_T(opt_lg_prof_sample,

Completed in 121 milliseconds