Searched refs:UnsignedDifference (Results 1 – 2 of 2) sorted by relevance
595 return UnsignedDifference(target_footprint_.load(std::memory_order_relaxed), in GetFreeMemoryUntilGC()601 return UnsignedDifference(growth_limit_, GetBytesAllocated()); in GetFreeMemoryUntilOOME()607 return UnsignedDifference(GetTotalMemory(), in GetFreeMemory()958 static ALWAYS_INLINE size_t UnsignedDifference(size_t x, size_t y) { in UnsignedDifference() function
2181 UnsignedDifference(target_footprint_.load(std::memory_order_relaxed), in ChangeCollector()3642 UnsignedDifference(capacity_, kMinConcurrentRemainingBytes); in ClearGrowthLimit()3912 size_t new_native_bytes = UnsignedDifference(current_native_bytes, old_native_bytes); in NativeMemoryOverTarget()