HomeSort by relevance Sort by last modified time
    Searched refs:g_max_bytes_used (Results 1 - 2 of 2) sorted by null

  /art/libartbase/base/
allocator.cc 79 Atomic<size_t> g_max_bytes_used[kAllocatorTagCount]; member in namespace:art::TrackedAllocators
87 uint64_t max_bytes_used = g_max_bytes_used[i].load(std::memory_order_relaxed);
allocator.h 81 extern Atomic<size_t> g_max_bytes_used[kAllocatorTagCount];
91 size_t max_bytes = g_max_bytes_used[tag].load(std::memory_order_relaxed);
93 && !g_max_bytes_used[tag].compare_exchange_weak(max_bytes /* updated */, new_bytes,

Completed in 135 milliseconds