Home
last modified time | relevance | path

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

/art/libartbase/base/
Dallocator.cc78 Atomic<size_t> g_bytes_used[kAllocatorTagCount];
79 Atomic<size_t> g_max_bytes_used[kAllocatorTagCount];
80 Atomic<uint64_t> g_total_bytes_used[kAllocatorTagCount];
85 for (size_t i = 0; i < kAllocatorTagCount; ++i) { in Dump()
Dallocator.h68 kAllocatorTagCount, // Must always be last element. enumerator
78 extern Atomic<size_t> g_bytes_used[kAllocatorTagCount];
81 extern Atomic<size_t> g_max_bytes_used[kAllocatorTagCount];
84 extern Atomic<uint64_t> g_total_bytes_used[kAllocatorTagCount];
123 static_assert(kTag < kAllocatorTagCount, "kTag must be less than kAllocatorTagCount"); in TrackingAllocatorImpl()