Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc29 Atomic<uint64_t> TrackedAllocators::max_bytes_used_[kAllocatorTagCount]; member in art::TrackedAllocators
84 uint64_t max_bytes_used = max_bytes_used_[i].LoadRelaxed(); in Dump()
Dallocator.h80 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