Lines Matching full:waste
1379 // of a space is the number of allocated bytes, the 'waste' in the space is
1383 // 'available' is the number of unallocated bytes that are not waste. The
1384 // capacity is the sum of size, waste, and available.
1418 intptr_t Waste() { return waste_; }
1453 // Waste free bytes (available -> waste).
1567 // is divided up into rough categories to cut down on waste. Having finer
1757 virtual intptr_t Waste() { return accounting_stats_.Waste(); }
1778 // the free list or accounted as waste.