Searched refs:opt_prof_active (Results 1 – 13 of 13) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_externs.h | 9 extern bool opt_prof_active;
|
D | private_namespace.h | 276 #define opt_prof_active JEMALLOC_N(opt_prof_active) macro
|
D | private_namespace_jet.h | 279 #define opt_prof_active JEMALLOC_N(opt_prof_active) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 382 opt_prof_active
|
D | prof.h | 247 extern bool opt_prof_active;
|
D | private_namespace.h | 382 #define opt_prof_active JEMALLOC_N(opt_prof_active) macro
|
D | private_unnamespace.h | 382 #undef opt_prof_active
|
/external/jemalloc/src/ |
D | ctl.c | 109 CTL_PROTO(opt_prof_active) 286 {NAME("prof_active"), CTL(opt_prof_active)}, 1296 CTL_RO_NL_CGEN(config_prof, opt_prof_active, opt_prof_active, bool) in CTL_RO_CONFIG_GEN()
|
D | prof.c | 18 bool opt_prof_active = true; variable 2199 prof_active = opt_prof_active; in prof_boot2()
|
D | jemalloc.c | 1280 CONF_HANDLE_BOOL(opt_prof_active, "prof_active",
|
/external/jemalloc_new/src/ |
D | ctl.c | 104 CTL_PROTO(opt_prof_active) 305 {NAME("prof_active"), CTL(opt_prof_active)}, 1680 CTL_RO_NL_CGEN(config_prof, opt_prof_active, opt_prof_active, bool) in CTL_RO_CONFIG_GEN()
|
D | prof.c | 33 bool opt_prof_active = true; variable 2300 prof_active = opt_prof_active; in prof_boot2()
|
D | jemalloc.c | 1188 CONF_HANDLE_BOOL(opt_prof_active, "prof_active")
|