Searched refs:cumulative_alloc_count (Results 1 – 5 of 5) sorted by relevance
1 …ount","cumulative_count","size","cumulative_size","alloc_count","cumulative_alloc_count","alloc_si…
210 idx, tbl->cumulative_alloc_count()[idx] + tbl->alloc_count()[idx]); in BuildNativeFlamegraph()227 parent_idx, tbl->cumulative_alloc_count()[parent_idx] + in BuildNativeFlamegraph()228 tbl->cumulative_alloc_count()[idx]); in BuildNativeFlamegraph()
282 C(int64_t, cumulative_alloc_count) \
207 alloc_row.cumulative_alloc_count = cumulative.alloc_count; in FocusTable()
96 int64_t cumulative_alloc_count; member