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