Home
last modified time | relevance | path

Searched refs:max_bytes_so_far (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap.cc1948 static std::atomic<uint64_t> max_bytes_so_far(0); in GetBytesAllocatedEver() local
1949 uint64_t so_far = max_bytes_so_far.load(std::memory_order_relaxed); in GetBytesAllocatedEver()
1956 } while (!max_bytes_so_far.compare_exchange_weak(so_far /* updated */, in GetBytesAllocatedEver()