Searched defs:opt_lg_prof_sample (Results 1 - 3 of 3) 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)))
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h270 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
H A Dprivate_unnamespace.h270 #undef opt_lg_prof_sample macro

Completed in 113 milliseconds