Home | History | Annotate | Download | only in src

Lines Matching refs:Available

619   PrintF("  capacity: %d, used: %d, available: %%%d\n\n",
777 // All the bytes in the space are 'available'. We will rediscover
1496 float pct = static_cast<float>(Available()) / Capacity();
1497 PrintF(" capacity: %d, available: %d, %%%d\n",
1498 Capacity(), Available(), static_cast<int>(pct*100));
1786 // the space is considered 'available' and we will rediscover live data
1789 ASSERT(Available() == Capacity());
1793 // available) and we will rediscover available and wasted bytes during
1795 accounting_stats_.AllocateBytes(free_list_.available());
1832 // already accounted as available.
2101 int pct = Available() * 100 / Capacity();
2102 PrintF(" capacity: %d, waste: %d, available: %d, %%%d\n",
2103 Capacity(), Waste(), Available(), pct);
2270 // 'available' (set by the call to MCResetRelocationInfo) and we will
2272 ASSERT(Available() == Capacity());
2276 // allocated and we will rediscover available bytes during the
2278 accounting_stats_.AllocateBytes(free_list_.available());
2372 int pct = Available() * 100 / Capacity();
2373 PrintF(" capacity: %d, waste: %d, available: %d, %%%d\n",
2374 Capacity(), Waste(), Available(), pct);