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

  /art/libartbase/base/
allocator.cc 80 Atomic<uint64_t> g_total_bytes_used[kAllocatorTagCount]; member in namespace:art::TrackedAllocators
88 uint64_t total_bytes_used = g_total_bytes_used[i].LoadRelaxed();
allocator.h 82 extern Atomic<uint64_t> g_total_bytes_used[kAllocatorTagCount];
87 g_total_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes);

Completed in 535 milliseconds