Searched refs:max_bytes_used_ (Results 1 – 2 of 2) sorted by relevance
29 Atomic<uint64_t> TrackedAllocators::max_bytes_used_[kAllocatorTagCount]; member in art::TrackedAllocators84 uint64_t max_bytes_used = max_bytes_used_[i].LoadRelaxed(); in Dump()
80 max_bytes_used_[tag].StoreRelaxed(std::max(max_bytes_used_[tag].LoadRelaxed(), new_bytes)); in RegisterAllocation()88 static Atomic<uint64_t> max_bytes_used_[kAllocatorTagCount]; variable