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