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

  /art/runtime/base/
allocator.cc 79 volatile size_t g_max_bytes_used[kAllocatorTagCount]; member in namespace:art::TrackedAllocators
87 uint64_t max_bytes_used = g_max_bytes_used[i];
allocator.h 85 extern volatile size_t g_max_bytes_used[kAllocatorTagCount];
95 if (g_max_bytes_used[tag] < new_bytes) {
96 g_max_bytes_used[tag] = new_bytes;

Completed in 65 milliseconds