Home | History | Annotate | Download | only in src

Lines Matching defs:Waste

1380 // of a space is the number of allocated bytes, the 'waste' in the space is
1384 // 'available' is the number of unallocated bytes that are not waste. The
1385 // capacity is the sum of size, waste, and available.
1419 intptr_t Waste() { return waste_; }
1454 // Waste free bytes (available -> waste).
1577 // is divided up into rough categories to cut down on waste. Having finer
1815 virtual intptr_t Waste() { return accounting_stats_.Waste(); }
1836 // the free list or accounted as waste.