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

/external/jemalloc/src/
H A Dprof.c21 size_t opt_lg_prof_sample = LG_PROF_SAMPLE_DEFAULT; variable
647 if (opt_lg_prof_sample == 0) {
654 * variable with mean (2^opt_lg_prof_sample).
659 * | log(1-p) | opt_lg_prof_sample
674 log(1.0 - (1.0 / (double)((uint64_t)1U << opt_lg_prof_sample))))
869 if (opt_lg_prof_sample == 0) {
882 ((uint64_t)1U << opt_lg_prof_sample)))
H A Dctl.c106 CTL_PROTO(opt_lg_prof_sample)
247 {NAME("lg_prof_sample"), CTL(opt_lg_prof_sample)},
1171 CTL_RO_NL_CGEN(config_prof, opt_lg_prof_sample, opt_lg_prof_sample, size_t)
H A Djemalloc.c644 CONF_HANDLE_SSIZE_T(opt_lg_prof_sample,
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h270 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
H A Dprof.h199 extern size_t opt_lg_prof_sample; /* Mean bytes between samples. */
H A Dprivate_unnamespace.h270 #undef opt_lg_prof_sample macro

Completed in 59 milliseconds