Searched refs:opt_lg_prof_sample (Results 1 – 13 of 13) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_externs.h | 11 extern size_t opt_lg_prof_sample; /* Mean bytes between samples. */
|
D | private_namespace_jet.h | 276 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
|
D | private_namespace.h | 273 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 377 opt_lg_prof_sample
|
D | prof.h | 249 extern size_t opt_lg_prof_sample; /* Mean bytes between samples. */
|
D | private_namespace.h | 377 #define opt_lg_prof_sample JEMALLOC_N(opt_lg_prof_sample) macro
|
D | private_unnamespace.h | 377 #undef opt_lg_prof_sample
|
/external/jemalloc/src/ |
D | ctl.c | 111 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()
|
D | prof.c | 20 size_t opt_lg_prof_sample = LG_PROF_SAMPLE_DEFAULT; variable 2197 lg_prof_sample = opt_lg_prof_sample; in prof_boot2()
|
D | jemalloc.c | 1284 CONF_HANDLE_SIZE_T(opt_lg_prof_sample,
|
/external/jemalloc_new/src/ |
D | ctl.c | 106 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()
|
D | prof.c | 35 size_t opt_lg_prof_sample = LG_PROF_SAMPLE_DEFAULT; variable 2298 lg_prof_sample = opt_lg_prof_sample; in prof_boot2()
|
D | jemalloc.c | 1191 CONF_HANDLE_SIZE_T(opt_lg_prof_sample,
|