Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc28 Atomic<uint64_t> TrackedAllocators::bytes_used_[kAllocatorTagCount]; member in art::TrackedAllocators
83 uint64_t bytes_used = bytes_used_[i].LoadRelaxed(); in Dump()
Dallocator.h79 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];