Searched refs:stack_depot_stats (Results 1 – 3 of 3) sorted by relevance
85 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in BackgroundThread() local87 stack_depot_stats->allocated) { in BackgroundThread()90 stack_depot_stats->n_uniq_ids, in BackgroundThread()91 stack_depot_stats->allocated >> 20); in BackgroundThread()92 prev_reported_stack_depot_size = stack_depot_stats->allocated; in BackgroundThread()
132 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in PrintAccumulatedStats() local134 stack_depot_stats->n_uniq_ids, stack_depot_stats->allocated >> 20); in PrintAccumulatedStats()
126 StackDepotStats *stack_depot_stats = StackDepotGetStats(); in ReportStats() local129 Printf("Unique heap origins: %zu\n", stack_depot_stats->n_uniq_ids); in ReportStats()130 Printf("Stack depot allocated bytes: %zu\n", stack_depot_stats->allocated); in ReportStats()