Searched refs:stack_depot_stats (Results 1 – 5 of 5) sorted by relevance
46 StackDepotStats stack_depot_stats = StackDepotGetStats(); in BackgroundThread() local48 stack_depot_stats.allocated) { in BackgroundThread()50 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in BackgroundThread()51 prev_reported_stack_depot_size = stack_depot_stats.allocated; in BackgroundThread()
118 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats() local120 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in PrintAccumulatedStats()
127 StackDepotStats stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats() local129 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in PrintAccumulatedStats()
127 StackDepotStats stack_depot_stats = StackDepotGetStats(); in ReportStats() local130 Printf("Unique heap origins: %zu\n", stack_depot_stats.n_uniq_ids); in ReportStats()131 Printf("Stack depot allocated bytes: %zu\n", stack_depot_stats.allocated); in ReportStats()
31 StackDepotStats stack_depot_stats = StackDepotGetStats(); in TearDown() local33 stack_depot_stats.n_uniq_ids, stack_depot_stats.allocated >> 20); in TearDown()