Searched refs:total_bytes_used_ (Results 1 – 2 of 2) sorted by relevance
30 Atomic<uint64_t> TrackedAllocators::total_bytes_used_[kAllocatorTagCount]; member in art::TrackedAllocators85 uint64_t total_bytes_used = total_bytes_used_[i].LoadRelaxed(); in Dump()
78 total_bytes_used_[tag].FetchAndAddSequentiallyConsistent(bytes); in RegisterAllocation()89 static Atomic<uint64_t> total_bytes_used_[kAllocatorTagCount]; variable