HomeSort by relevance Sort by last modified time
    Searched refs:g_max_bytes_used (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
allocator.cc 81 volatile size_t g_max_bytes_used[kAllocatorTagCount]; member in namespace:art::TrackedAllocators
89 uint64_t max_bytes_used = g_max_bytes_used[i];
allocator.h 82 extern volatile size_t g_max_bytes_used[kAllocatorTagCount];
92 if (g_max_bytes_used[tag] < new_bytes) {
93 g_max_bytes_used[tag] = new_bytes;

Completed in 178 milliseconds