Searched refs:g_max_bytes_used (Results 1 – 2 of 2) sorted by relevance
79 volatile size_t g_max_bytes_used[kAllocatorTagCount]; variable87 uint64_t max_bytes_used = g_max_bytes_used[i]; in Dump()
79 extern volatile size_t g_max_bytes_used[kAllocatorTagCount];89 if (g_max_bytes_used[tag] < new_bytes) { in RegisterAllocation()90 g_max_bytes_used[tag] = new_bytes; in RegisterAllocation()