Home | History | Annotate | Download | only in src

Lines Matching refs:Waste

1205 // of a space is the number of allocated bytes, the 'waste' in the space is
1209 // 'available' is the number of unallocated bytes that are not waste. The
1210 // capacity is the sum of size, waste, and available.
1242 intptr_t Waste() { return waste_; }
1274 // Waste free bytes (available -> waste).
1331 // is divided up into rough categories to cut down on waste. Having finer
1501 virtual intptr_t Waste() { return accounting_stats_.Waste(); }
1514 // the free list or accounted as waste.