Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Darena_inlines_b.h249 if (!config_prof || !opt_prof) { in arena_sdalloc_no_tcache()
258 if ((config_prof && opt_prof) || config_debug) { in arena_sdalloc_no_tcache()
267 assert((config_prof && opt_prof) || slab == (szind < NBINS)); in arena_sdalloc_no_tcache()
301 if (config_prof && opt_prof) { in arena_sdalloc()
Dprof_externs.h8 extern bool opt_prof;
Dprivate_namespace_jet.h277 #define opt_prof JEMALLOC_N(opt_prof) macro
Dprivate_namespace.h274 #define opt_prof JEMALLOC_N(opt_prof) macro
/external/jemalloc/src/
Dprof.c17 bool opt_prof = false; variable
1711 if (!opt_prof || !prof_booted) in prof_mdump()
2173 if (opt_prof_leak && !opt_prof) { in prof_boot1()
2178 opt_prof = true; in prof_boot1()
2180 } else if (opt_prof) { in prof_boot1()
2194 if (opt_prof) { in prof_boot2()
2284 if (opt_prof) { in prof_prefork0()
2301 if (opt_prof) { in prof_prefork1()
2314 if (opt_prof) { in prof_postfork_parent()
2337 if (opt_prof) { in prof_postfork_child()
Djemalloc.c1277 CONF_HANDLE_BOOL(opt_prof, "prof", true)
1602 if (config_stats || (config_prof && opt_prof) || (slow_path &&
1608 if (config_prof && opt_prof)
1742 if (config_prof && opt_prof)
1893 if (config_prof && opt_prof) {
1921 if (config_prof && opt_prof)
1970 if (config_prof && opt_prof) {
2260 if (config_stats || (config_prof && opt_prof) || (slow_path &&
2266 if (config_prof && opt_prof) {
2274 if (config_prof && opt_prof)
[all …]
Dchunk.c151 if (config_prof && opt_prof) { in chunk_register()
177 if (config_prof && opt_prof) { in chunk_deregister()
Dctl.c107 CTL_PROTO(opt_prof)
284 {NAME("prof"), CTL(opt_prof)},
1294 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool) in CTL_RO_CONFIG_GEN()
Darena.c1868 assert(opt_prof); in arena_achunk_prof_reset()
1923 if (config_prof && opt_prof) { in arena_reset()
1944 if (config_stats || (config_prof && opt_prof)) in arena_reset()
1947 if (config_prof && opt_prof) in arena_reset()
/external/jemalloc_new/src/
Dprof.c32 bool opt_prof = false; variable
1816 if (!opt_prof || !prof_booted) { in prof_mdump()
2276 if (opt_prof_leak && !opt_prof) { in prof_boot1()
2281 opt_prof = true; in prof_boot1()
2283 } else if (opt_prof) { in prof_boot1()
2295 if (opt_prof) { in prof_boot2()
2402 if (config_prof && opt_prof) { in prof_prefork0()
2419 if (config_prof && opt_prof) { in prof_prefork1()
2430 if (config_prof && opt_prof) { in prof_postfork_parent()
2453 if (config_prof && opt_prof) { in prof_postfork_child()
Djemalloc.c1185 CONF_HANDLE_BOOL(opt_prof, "prof")
1852 if (config_stats || (config_prof && opt_prof)) {
1884 if (config_prof && opt_prof) {
2227 if (config_prof && opt_prof) {
2278 } else if (config_prof && opt_prof) {
2288 if (config_prof && opt_prof) {
2345 if (config_prof && opt_prof) {
2724 if (config_prof && opt_prof) {
2885 if (config_prof && opt_prof) {
Dctl.c102 CTL_PROTO(opt_prof)
303 {NAME("prof"), CTL(opt_prof)},
976 if (config_prof && opt_prof) { in ctl_refresh()
1678 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool) in CTL_RO_CONFIG_GEN()
2786 if (config_prof && opt_prof) { in CTL_RO_NL_CGEN()
Darena.c988 if (config_stats || (config_prof && opt_prof)) { in arena_reset()
993 if (config_prof && opt_prof) { in arena_reset()
1456 assert(opt_prof); in arena_dalloc_promoted()
Dextent.c723 if (opt_prof && extent_state_get(extent) == extent_state_active) { in extent_gdump_add()
746 if (opt_prof && extent_state_get(extent) == extent_state_active) { in extent_gdump_sub()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt380 opt_prof
Dprof.h246 extern bool opt_prof;
Dprivate_namespace.h380 #define opt_prof JEMALLOC_N(opt_prof) macro
Dprivate_unnamespace.h380 #undef opt_prof
Darena.h1505 if (config_prof && opt_prof) { in arena_sdalloc()