Home
last modified time | relevance | path

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

/art/libartbase/base/
Dallocator.cc88 uint64_t total_bytes_used = g_total_bytes_used[i].load(std::memory_order_relaxed); in Dump() local
89 if (total_bytes_used != 0) { in Dump()
91 << max_bytes_used << " total=" << total_bytes_used << "\n"; in Dump()