Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h11 extern size_t opt_lg_prof_sample; /* Mean bytes between samples. */
Dprivate_namespace_jet.h276 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
Dprivate_namespace.h273 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
/external/jemalloc_new/src/
Dctl.c106 CTL_PROTO(opt_lg_prof_sample)
307 {NAME("lg_prof_sample"), CTL(opt_lg_prof_sample)},
1683 CTL_RO_NL_CGEN(config_prof, opt_lg_prof_sample, opt_lg_prof_sample, size_t) in CTL_RO_CONFIG_GEN()
Dprof.c35 size_t opt_lg_prof_sample = LG_PROF_SAMPLE_DEFAULT; variable
2298 lg_prof_sample = opt_lg_prof_sample; in prof_boot2()
Djemalloc.c1191 CONF_HANDLE_SIZE_T(opt_lg_prof_sample,