Searched refs:prof_live (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | stats.c | 405 prof_stats_t prof_live; in stats_arena_bins_print() local 415 CTL_LEAF(prof_stats_mib, 4, "live", &prof_live, in stats_arena_bins_print() 469 emitter_type_uint64, &prof_live.req_sum); in stats_arena_bins_print() 471 emitter_type_uint64, &prof_live.count); in stats_arena_bins_print() 524 col_prof_live_requested.uint64_val = prof_live.req_sum; in stats_arena_bins_print() 525 col_prof_live_count.uint64_val = prof_live.count; in stats_arena_bins_print() 619 prof_stats_t prof_live; in stats_arena_lextents_print() local 644 CTL_LEAF(prof_stats_mib, 4, "live", &prof_live, in stats_arena_lextents_print() 653 emitter_type_uint64, &prof_live.req_sum); in stats_arena_lextents_print() 655 emitter_type_uint64, &prof_live.count); in stats_arena_lextents_print() [all …]
|