Lines Matching refs:GetBytesAllocated
1162 uint64_t bytes_allocated = GetBytesAllocated(); in CalculateGcWeightedAllocatedBytes()
1579 total_alloc_space_allocated = GetBytesAllocated(); in TrimSpaces()
1581 total_alloc_space_allocated -= large_object_space_->GetBytesAllocated(); in TrimSpaces()
1587 total_alloc_space_allocated -= region_space_->GetBytesAllocated(); in TrimSpaces()
1850 size_t curr_bytes_allocated = GetBytesAllocated(); in AllocateInternalWithGc()
2009 current_bytes += GetBytesAllocated(); in GetBytesAllocatedEver()
2639 const size_t bytes_allocated_before_gc = GetBytesAllocated(); in CollectGarbageInternal()
2737 const size_t current_heap_size = GetBytesAllocated(); in LogGC()
3497 os << "Heap: " << GetPercentFree() << "% free, " << PrettySize(GetBytesAllocated()) << "/" in DumpForSigQuit()
3549 const size_t bytes_allocated = GetBytesAllocated(); in GrowForUtilization()
3976 return static_cast<float>(GetBytesAllocated() + weighted_native_bytes) in NativeMemoryOverTarget()
4043 return std::max(target_footprint_.load(std::memory_order_relaxed), GetBytesAllocated()); in GetTotalMemory()
4461 concurrent_start_bytes_ = std::max(target_footprint / 2, GetBytesAllocated()); in PostForkChildAction()