Searched refs:max_bytes_so_far (Results 1 – 1 of 1) sorted by relevance
2006 static std::atomic<uint64_t> max_bytes_so_far(0); in GetBytesAllocatedEver() local2007 uint64_t so_far = max_bytes_so_far.load(std::memory_order_relaxed); in GetBytesAllocatedEver()2014 } while (!max_bytes_so_far.compare_exchange_weak(so_far /* updated */, in GetBytesAllocatedEver()