Home
last modified time | relevance | path

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

/art/libartbase/base/
Dallocator.h91 size_t max_bytes = g_max_bytes_used[tag].load(std::memory_order_relaxed); in RegisterAllocation() local
92 while (max_bytes < new_bytes in RegisterAllocation()
93 && !g_max_bytes_used[tag].compare_exchange_weak(max_bytes /* updated */, new_bytes, in RegisterAllocation()