Searched refs:g_max_bytes_used (Results 1 – 2 of 2) sorted by relevance
79 Atomic<size_t> g_max_bytes_used[kAllocatorTagCount]; variable87 uint64_t max_bytes_used = g_max_bytes_used[i].load(std::memory_order_relaxed); in Dump()
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); in RegisterAllocation()93 && !g_max_bytes_used[tag].compare_exchange_weak(max_bytes /* updated */, new_bytes, in RegisterAllocation()