Searched defs:g_total_bytes_used (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dallocator.cc82 Atomic<uint64_t> g_total_bytes_used[kAllocatorTagCount]; member in namespace:art::TrackedAllocators
90 uint64_t total_bytes_used = g_total_bytes_used[i].LoadRelaxed();

Completed in 31 milliseconds