Home | History | Annotate | Download | only in gc

Lines Matching refs:GetBytesAllocated

411   last_gc_size_ = GetBytesAllocated();
1072 total_alloc_space_allocated = GetBytesAllocatedGetBytesAllocated();
1458 return GetBytesFreedEver() + GetBytesAllocated();
2166 uint64_t gc_start_size = GetBytesAllocated();
2247 const size_t current_heap_size = GetBytesAllocated();
2868 os << "Heap: " << GetPercentFree() << "% free, " << PrettySize(GetBytesAllocated()) << "/"
2930 const uint64_t bytes_allocated = GetBytesAllocated();
3233 return std::max(max_allowed_footprint_, GetBytesAllocated());