Searched refs:GetBytesAllocated (Results 1 – 19 of 19) sorted by relevance
289 zygoteUsed += zygote_space->GetBytesAllocated(); in VMDebug_getHeapSpaceStats()294 allocUsed += malloc_space->GetBytesAllocated(); in VMDebug_getHeapSpaceStats()299 allocUsed += bump_pointer_space->GetBytesAllocated(); in VMDebug_getHeapSpaceStats()304 largeObjectsSize += space->AsLargeObjectSpace()->GetBytesAllocated(); in VMDebug_getHeapSpaceStats()
127 size_t GetBytesAllocated() const { in GetBytesAllocated() function151 size_t GetBytesAllocated() const LOCKS_EXCLUDED(lock_);
180 size_t ArenaPool::GetBytesAllocated() const { in GetBytesAllocated() function in art::ArenaPool184 total += arena->GetBytesAllocated(); in GetBytesAllocated()
63 uint64_t GetBytesAllocated() { in GetBytesAllocated() function
114 uint64_t GetBytesAllocated() OVERRIDE;
126 virtual uint64_t GetBytesAllocated() = 0;
92 EXPECT_EQ(0U, los->GetBytesAllocated()); in LargeObjectTest()
113 uint64_t GetBytesAllocated() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
99 uint64_t GetBytesAllocated() OVERRIDE;
45 uint64_t GetBytesAllocated() OVERRIDE { in GetBytesAllocated() function
208 uint64_t BumpPointerSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::BumpPointerSpace
191 virtual uint64_t GetBytesAllocated() = 0;
277 uint64_t DlMallocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::DlMallocSpace
278 uint64_t RosAllocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::RosAllocSpace
397 size_t GetBytesAllocated() const { in GetBytesAllocated() function427 return std::max(GetBytesAllocated(), growth_limit_); in GetMaxMemory()436 return max_allowed_footprint_ - GetBytesAllocated(); in GetFreeMemoryUntilGC()441 return growth_limit_ - GetBytesAllocated(); in GetFreeMemoryUntilOOME()1081 delta_(heap_->GetMaxMemory() - heap_->GetBytesAllocated()) { in ScopedHeapFill()
411 last_gc_size_ = GetBytesAllocated(); in Heap()1072 total_alloc_space_allocated = GetBytesAllocated() - large_object_space_->GetBytesAllocated(); in Trim()1458 return GetBytesFreedEver() + GetBytesAllocated(); in GetBytesAllocatedEver()2166 uint64_t gc_start_size = GetBytesAllocated(); in CollectGarbageInternal()2247 const size_t current_heap_size = GetBytesAllocated(); in CollectGarbageInternal()2868 os << "Heap: " << GetPercentFree() << "% free, " << PrettySize(GetBytesAllocated()) << "/" in DumpForSigQuit()2930 const uint64_t bytes_allocated = GetBytesAllocated(); in GrowForUtilization()3233 return std::max(max_allowed_footprint_, GetBytesAllocated()); in GetTotalMemory()
245 const int64_t from_bytes = from_space_->GetBytesAllocated(); in MarkingPhase()764 uint64_t current_los_bytes_allocated = GetHeap()->GetLargeObjectsSpace()->GetBytesAllocated(); in FinishPhase()777 GetHeap()->GetLargeObjectsSpace()->GetBytesAllocated(); in FinishPhase()
2305 oss << "arena alloc=" << PrettySize(arena_pool->GetBytesAllocated()); in GetMemoryUsageString()2306 oss << " java alloc=" << PrettySize(heap->GetBytesAllocated()); in GetMemoryUsageString()
4130 JDWP::Append4BE(bytes, heap->GetBytesAllocated()); in DdmSendHeapInfo()