Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc28 Atomic<uint64_t> TrackedAllocators::bytes_used_[kAllocatorTagCount];
29 Atomic<uint64_t> TrackedAllocators::max_bytes_used_[kAllocatorTagCount];
30 Atomic<uint64_t> TrackedAllocators::total_bytes_used_[kAllocatorTagCount];
82 for (size_t i = 0; i < kAllocatorTagCount; ++i) { in Dump()
Dallocator.h69 kAllocatorTagCount, // Must always be last element. enumerator
87 static Atomic<uint64_t> bytes_used_[kAllocatorTagCount];
88 static Atomic<uint64_t> max_bytes_used_[kAllocatorTagCount];
89 static Atomic<uint64_t> total_bytes_used_[kAllocatorTagCount];
111 COMPILE_ASSERT(kTag < kAllocatorTagCount, must_be_less_than_count); in throw()