Home
last modified time | relevance | path

Searched refs:opt_lg_prof_sample (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt354 opt_lg_prof_sample
Dprof.h249 extern size_t opt_lg_prof_sample; /* Mean bytes between samples. */
Dprivate_namespace.h356 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
Dprivate_unnamespace.h356 #undef opt_lg_prof_sample
/external/jemalloc/src/
Dctl.c111 CTL_PROTO(opt_lg_prof_sample)
285 {NAME("lg_prof_sample"), CTL(opt_lg_prof_sample)},
1291 CTL_RO_NL_CGEN(config_prof, opt_lg_prof_sample, opt_lg_prof_sample, size_t) in CTL_RO_CONFIG_GEN()
Dprof.c20 size_t opt_lg_prof_sample = LG_PROF_SAMPLE_DEFAULT; variable
2127 lg_prof_sample = opt_lg_prof_sample; in prof_boot2()
Djemalloc.c1167 CONF_HANDLE_SIZE_T(opt_lg_prof_sample,