Home | History | Annotate | Download | only in src

Lines Matching refs:Available

698              ", available: %%%d\n\n",
1743 float pct = static_cast<float>(Available()) / Capacity();
1745 ", available: %" V8_PTR_PREFIX "d, %%%d\n",
1746 Capacity(), Available(), static_cast<int>(pct*100));
1975 // Don't free list allocate if there is linear space available.
2454 int pct = static_cast<int>(Available() * 100 / Capacity());
2457 ", available: %" V8_PTR_PREFIX "d, %%%d\n",
2458 Capacity(), Waste(), Available(), pct);
2478 // allocated and we will rediscover available bytes during the
2480 accounting_stats_.AllocateBytes(free_list_.available());