Home | History | Annotate | Download | only in src

Lines Matching refs:Waste

1787     // and waste during the collection.
1796 accounting_stats_.FillWastedBytes(Waste());
1812 ASSERT(Waste() == 0);
2102 PrintF(" capacity: %d, waste: %d, available: %d, %%%d\n",
2103 Capacity(), Waste(), Available(), pct);
2293 ASSERT(Waste() == 0);
2295 // Update allocation_top of each page in use and compute waste.
2373 PrintF(" capacity: %d, waste: %d, available: %d, %%%d\n",
2374 Capacity(), Waste(), Available(), pct);