Home
last modified time | relevance | path

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

/art/libartbase/base/
Dallocator.cc79 volatile size_t g_max_bytes_used[kAllocatorTagCount]; variable
87 uint64_t max_bytes_used = g_max_bytes_used[i]; in Dump()
Dallocator.h79 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()