Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc30 Atomic<uint64_t> TrackedAllocators::total_bytes_used_[kAllocatorTagCount]; member in art::TrackedAllocators
85 uint64_t total_bytes_used = total_bytes_used_[i].LoadRelaxed(); in Dump()
Dallocator.h78 total_bytes_used_[tag].FetchAndAddSequentiallyConsistent(bytes); in RegisterAllocation()
89 static Atomic<uint64_t> total_bytes_used_[kAllocatorTagCount]; variable