Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc80 Atomic<size_t> g_bytes_used[kAllocatorTagCount];
81 volatile size_t g_max_bytes_used[kAllocatorTagCount];
82 Atomic<uint64_t> g_total_bytes_used[kAllocatorTagCount];
87 for (size_t i = 0; i < kAllocatorTagCount; ++i) { in Dump()
Dallocator.h71 kAllocatorTagCount, // Must always be last element. enumerator
79 extern Atomic<size_t> g_bytes_used[kAllocatorTagCount];
82 extern volatile size_t g_max_bytes_used[kAllocatorTagCount];
85 extern Atomic<uint64_t> g_total_bytes_used[kAllocatorTagCount];
123 static_assert(kTag < kAllocatorTagCount, "kTag must be less than kAllocatorTagCount"); in TrackingAllocatorImpl()