Lines Matching defs:used
426 // The OldGenerationCapacity does not account compaction spaces used
509 "Memory allocator, used: %6zu KB,"
514 "Read-only space, used: %6zu KB"
520 "New space, used: %6zu KB"
526 "New large object space, used: %6zu KB"
533 "Old space, used: %6zu KB"
539 "Code space, used: %6zu KB"
546 "Map space, used: %6zu KB"
553 "Large object space, used: %6zu KB"
559 "Code large object space, used: %6zu KB"
567 "All spaces, used: %6zu KB"
636 // Print statistics about old_space (pages, free/wasted/used memory...).
1885 // Calculate used memory first, then committed memory. Following code
1886 // assumes that committed >= used, which might not hold when this is
3829 size_t used = OldGenerationSizeOfObjects();
3831 return HasHighFragmentation(used, committed);
3834 bool Heap::HasHighFragmentation(size_t used, size_t committed) {
3836 // Fragmentation is high if committed > 2 * used + kSlack.
3838 DCHECK_GE(committed, used);
3839 return committed - used > used + kSlack;
4133 "Idle notification: requested idle time %.2f ms, used idle time %.2f "
4929 // The pointer compression cage base value used for decompression of all
5996 // Setting a tracer is only supported when CppHeap is not used.
7126 // Since this function is used for debugging only, we do not place