Home
last modified time | relevance | path

Searched refs:opt_prof (Results 1 – 9 of 9) sorted by relevance

/external/jemalloc/src/
Dprof.c17 bool opt_prof = false; variable
1640 if (!opt_prof || !prof_booted) in prof_mdump()
2102 if (opt_prof_leak && !opt_prof) { in prof_boot1()
2107 opt_prof = true; in prof_boot1()
2109 } else if (opt_prof) { in prof_boot1()
2123 if (opt_prof) { in prof_boot2()
2204 if (opt_prof) { in prof_prefork()
2222 if (opt_prof) { in prof_postfork_parent()
2240 if (opt_prof) { in prof_postfork_child()
Djemalloc.c1160 CONF_HANDLE_BOOL(opt_prof, "prof", true)
1470 if (config_stats || (config_prof && opt_prof) || (slow_path &&
1476 if (config_prof && opt_prof)
1606 if (config_prof && opt_prof)
1743 if (config_prof && opt_prof) {
1822 if (config_prof && opt_prof) {
1848 if (config_prof && opt_prof)
1889 if (config_prof && opt_prof) {
2173 if (config_prof && opt_prof)
2301 if (config_prof && opt_prof) {
[all …]
Dchunk.c149 if (config_prof && opt_prof) { in chunk_register()
175 if (config_prof && opt_prof) { in chunk_deregister()
Dctl.c107 CTL_PROTO(opt_prof)
281 {NAME("prof"), CTL(opt_prof)},
1286 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool) in CTL_RO_CONFIG_GEN()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt357 opt_prof
Dprof.h246 extern bool opt_prof;
Dprivate_namespace.h359 #define opt_prof JEMALLOC_N(opt_prof) macro
Dprivate_unnamespace.h359 #undef opt_prof
Darena.h1421 if (config_prof && opt_prof) { in arena_sdalloc()