Searched refs:cur_bytes (Results 1 – 1 of 1) sorted by relevance
467 int64 cur_bytes = 0; in ReportAllocsOnResourceExhausted() local469 cur_bytes += r.alloc_bytes; in ReportAllocsOnResourceExhausted()471 if (cur_bytes > 0) { in ReportAllocsOnResourceExhausted()472 dev_allocs_stats.total_bytes += cur_bytes; in ReportAllocsOnResourceExhausted()474 dev_allocs_stats.nodes_by_size[cur_bytes].push_back( in ReportAllocsOnResourceExhausted()