Home | History | Annotate | Download | only in src

Lines Matching refs:Waste

757 // of a space is the number of allocated bytes, the 'waste' in the space is
761 // 'available' is the number of unallocated bytes that are not waste. The
762 // capacity is the sum of size, waste, and available.
792 int Waste() { return waste_; }
818 Waste free bytes (available -> waste).
825 // objects (waste -> size).
881 // Current capacity without growing (Size() + Available() + Waste()).
896 int Waste() { return accounting_stats_.Waste(); }
1523 // will always result in waste.)
1661 // the free list or accounted as waste.