Home
last modified time | relevance | path

Searched refs:opt_lg_prof_sample (Results 1 – 13 of 13) 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/include/jemalloc/internal/
Dprivate_symbols.txt377 opt_lg_prof_sample
Dprof.h249 extern size_t opt_lg_prof_sample; /* Mean bytes between samples. */
Dprivate_namespace.h377 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
Dprivate_unnamespace.h377 #undef opt_lg_prof_sample
/external/jemalloc/src/
Dctl.c111 CTL_PROTO(opt_lg_prof_sample)
288 {NAME("lg_prof_sample"), CTL(opt_lg_prof_sample)},
1299 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
2197 lg_prof_sample = opt_lg_prof_sample; in prof_boot2()
Djemalloc.c1284 CONF_HANDLE_SIZE_T(opt_lg_prof_sample,
/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,