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