/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 20 cassert(config_prof); in prof_tdata_get() 41 cassert(config_prof); in prof_tctx_get() 50 cassert(config_prof); in prof_tctx_set() 58 cassert(config_prof); in prof_tctx_reset() 69 cassert(config_prof); in prof_sample_accum_update() 124 cassert(config_prof); in prof_malloc() 142 cassert(config_prof); in prof_realloc() 198 cassert(config_prof); in prof_free()
|
D | arena_inlines_b.h | 13 cassert(config_prof); in arena_prof_tctx_get() 33 cassert(config_prof); in arena_prof_tctx_set() 51 cassert(config_prof); in arena_prof_tctx_reset() 228 if (config_prof && unlikely(szind < NBINS)) { in arena_dalloc() 249 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() 340 if (config_prof && unlikely(szind < NBINS)) { in arena_sdalloc()
|
D | tcache_inlines.h | 72 if (config_prof || (slow_path && config_fill) || unlikely(zero)) { in tcache_alloc_small() 98 if (config_prof) { in tcache_alloc_small() 134 if (config_prof || (slow_path && config_fill) || in tcache_alloc_large() 158 if (config_prof) { in tcache_alloc_large()
|
D | prof_inlines_a.h | 8 cassert(config_prof); in prof_accum_add() 46 cassert(config_prof); in prof_accum_cancel()
|
D | jemalloc_preamble.h | 90 static const bool config_prof = variable
|
D | arena_inlines_a.h | 26 cassert(config_prof); in arena_prof_accum()
|
D | jemalloc_preamble.h.in | 90 static const bool config_prof = variable
|
D | extent_inlines.h | 319 if (config_prof) { in extent_init()
|
/external/jemalloc_new/src/ |
D | prof.c | 214 cassert(config_prof); in rb_gen() 273 cassert(config_prof); in bt_init() 281 cassert(config_prof); in prof_enter() 294 cassert(config_prof); in prof_leave() 323 cassert(config_prof); in prof_backtrace() 336 cassert(config_prof); in prof_unwind_init_callback() 346 cassert(config_prof); in prof_unwind_callback() 365 cassert(config_prof); in prof_backtrace() 388 cassert(config_prof); in prof_backtrace() 535 cassert(config_prof); in prof_backtrace() [all …]
|
D | tcache.c | 98 config_prof ? tcache->prof_accumbytes : 0); in tcache_alloc_small_hard() 99 if (config_prof) { in tcache_alloc_small_hard() 130 if (config_prof && bin_arena == arena) { in tcache_bin_flush_small() 221 if (config_prof) { in tcache_bin_flush_large() 235 if ((config_prof || config_stats) && locked_arena == arena) { in tcache_bin_flush_large() 236 if (config_prof) { in tcache_bin_flush_large() 273 if (config_prof && idump) { in tcache_bin_flush_large() 496 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_flush_cache() 720 if (!config_prof && opt_tcache) { in tcache_prefork() 727 if (!config_prof && opt_tcache) { in tcache_postfork_parent() [all …]
|
D | ctl.c | 75 CTL_PROTO(config_prof) 273 {NAME("prof"), CTL(config_prof)}, 976 if (config_prof && opt_prof) { in ctl_refresh() 1645 CTL_RO_CONFIG_GEN(config_prof, bool) in CTL_RO_CONFIG_GEN() 1678 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool) in CTL_RO_CONFIG_GEN() 1679 CTL_RO_NL_CGEN(config_prof, opt_prof_prefix, opt_prof_prefix, const char *) in CTL_RO_CONFIG_GEN() 1680 CTL_RO_NL_CGEN(config_prof, opt_prof_active, opt_prof_active, bool) in CTL_RO_CONFIG_GEN() 1681 CTL_RO_NL_CGEN(config_prof, opt_prof_thread_active_init, in CTL_RO_CONFIG_GEN() 1683 CTL_RO_NL_CGEN(config_prof, opt_lg_prof_sample, opt_lg_prof_sample, size_t) in CTL_RO_CONFIG_GEN() 1684 CTL_RO_NL_CGEN(config_prof, opt_prof_accum, opt_prof_accum, bool) in CTL_RO_CONFIG_GEN() [all …]
|
D | jemalloc.c | 1184 if (config_prof) { 1285 if (config_prof) { 1310 if (config_prof) { 1554 if (config_prof && prof_boot2(tsd)) { 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) { [all …]
|
D | arena.c | 988 if (config_stats || (config_prof && opt_prof)) { in arena_reset() 993 if (config_prof && opt_prof) { in arena_reset() 1257 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) { in arena_tcache_fill_small() 1349 if (config_prof && arena_prof_accum(tsdn, arena, usize)) { in arena_malloc_small() 1414 cassert(config_prof); in arena_prof_promote() 1438 cassert(config_prof); in arena_prof_demote() 1455 cassert(config_prof); in arena_dalloc_promoted() 1802 if (config_prof) { in arena_new()
|
D | extent.c | 718 cassert(config_prof); in extent_gdump_add() 744 cassert(config_prof); in extent_gdump_sub() 779 if (config_prof && gdump_add) { in extent_register_impl() 844 if (config_prof && gdump) { in extent_deregister_impl() 1339 if (config_prof) { in extent_grow_retained() 1376 if (config_prof) { in extent_grow_retained() 1419 if (config_prof) { in extent_alloc_retained() 1764 if (config_prof) { in extent_dalloc_wrapper()
|
D | large.c | 67 if (config_prof && arena_prof_accum(tsdn, arena, usize)) { in large_palloc()
|
D | stats.c | 949 if (config_prof) { in stats_general_print()
|
/external/jemalloc_new/test/unit/ |
D | prof_reset.c | 44 test_skip_if(!config_prof); in TEST_BEGIN() 99 test_skip_if(!config_prof); in TEST_BEGIN() 189 test_skip_if(!config_prof); in TEST_BEGIN() 232 test_skip_if(!config_prof); in TEST_BEGIN()
|
D | prof_thread_name.c | 35 test_skip_if(!config_prof); in TEST_BEGIN() 101 test_skip_if(!config_prof); in TEST_BEGIN()
|
D | prof_idump.c | 21 test_skip_if(!config_prof); in TEST_BEGIN()
|
D | prof_tctx.c | 10 test_skip_if(!config_prof); in TEST_BEGIN()
|
D | prof_gdump.c | 22 test_skip_if(!config_prof); in TEST_BEGIN()
|
D | prof_accum.c | 58 test_skip_if(!config_prof); in TEST_BEGIN()
|
D | prof_active.c | 82 test_skip_if(!config_prof); in TEST_BEGIN()
|