Searched refs:bytes_used_ (Results 1 – 2 of 2) sorted by relevance
28 Atomic<uint64_t> TrackedAllocators::bytes_used_[kAllocatorTagCount]; member in art::TrackedAllocators83 uint64_t bytes_used = bytes_used_[i].LoadRelaxed(); in Dump()
79 uint64_t new_bytes = bytes_used_[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes; in RegisterAllocation()83 bytes_used_[tag].FetchAndSubSequentiallyConsistent(bytes); in RegisterFree()87 static Atomic<uint64_t> bytes_used_[kAllocatorTagCount];