Searched refs:kAllocatorTagCount (Results 1 – 2 of 2) sorted by relevance
78 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()
68 kAllocatorTagCount, // Must always be last element. enumerator78 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()