Home
last modified time | relevance | path

Searched refs:UnsignedDifference (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.h589 return UnsignedDifference(target_footprint_.load(std::memory_order_relaxed), in GetFreeMemoryUntilGC()
595 return UnsignedDifference(growth_limit_, GetBytesAllocated()); in GetFreeMemoryUntilOOME()
601 return UnsignedDifference(GetTotalMemory(), in GetFreeMemory()
995 static ALWAYS_INLINE size_t UnsignedDifference(size_t x, size_t y) { in UnsignedDifference() function
Dheap.cc2179 UnsignedDifference(target_footprint_.load(std::memory_order_relaxed), in ChangeCollector()
3624 UnsignedDifference(bytes_allocated + freed_bytes, bytes_allocated_before_gc); in GrowForUtilization()
3673 UnsignedDifference(capacity_, kMinConcurrentRemainingBytes); in ClearGrowthLimit()
3966 size_t new_native_bytes = UnsignedDifference(current_native_bytes, old_native_bytes); in NativeMemoryOverTarget()