Home | History | Annotate | Download | only in src

Lines Matching refs:wasted

795   // needed.  For paged spaces the space requested must include the space wasted
1233 // wasted or allocated bytes).
1471 // Sets the capacity, the available space and the wasted space to zero.
1475 // to the available and wasted totals.
1498 // Wasted bytes in this space. These are just the bytes that were thrown away
1518 int wasted = free_list_.Free(start, size_in_bytes);
1519 accounting_stats_.DeallocateBytes(size_in_bytes - wasted);
1520 return size_in_bytes - wasted;