Searched refs:UnsignedDifference (Results 1 – 1 of 1) 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