Home
last modified time | relevance | path

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

/art/libartbase/base/
Dallocator.cc79 Atomic<size_t> g_max_bytes_used[kAllocatorTagCount]; variable
87 uint64_t max_bytes_used = g_max_bytes_used[i].load(std::memory_order_relaxed); in Dump()
Dallocator.h81 extern Atomic<size_t> g_max_bytes_used[kAllocatorTagCount];
91 size_t max_bytes = g_max_bytes_used[tag].load(std::memory_order_relaxed); in RegisterAllocation()
93 && !g_max_bytes_used[tag].compare_exchange_weak(max_bytes /* updated */, new_bytes, in RegisterAllocation()