Home | History | Annotate | Download | only in heap

Lines Matching refs:wasted

1550   // Reset the allocation statistics (i.e., available = capacity with no wasted
1988 // Sets the capacity, the available space and the wasted space to zero.
1992 // to the available and wasted totals.
2020 // Wasted bytes in this space. These are just the bytes that were thrown away
2059 int wasted = free_list_.Free(start, size_in_bytes);
2061 return size_in_bytes - wasted;