Searched refs:UnsignedDifference (Results 1 – 2 of 2) sorted by relevance
597 return UnsignedDifference(target_footprint_.load(std::memory_order_relaxed), in GetFreeMemoryUntilGC()603 return UnsignedDifference(growth_limit_, GetBytesAllocated()); in GetFreeMemoryUntilOOME()609 return UnsignedDifference(GetTotalMemory(), in GetFreeMemory()960 static ALWAYS_INLINE size_t UnsignedDifference(size_t x, size_t y) { in UnsignedDifference() function
2182 UnsignedDifference(target_footprint_.load(std::memory_order_relaxed), in ChangeCollector()3644 UnsignedDifference(capacity_, kMinConcurrentRemainingBytes); in ClearGrowthLimit()3914 size_t new_native_bytes = UnsignedDifference(current_native_bytes, old_native_bytes); in NativeMemoryOverTarget()