Home
last modified time | relevance | path

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

/art/libartbase/base/
Dallocator.cc86 uint64_t bytes_used = g_bytes_used[i].load(std::memory_order_relaxed); in Dump() local
90 os << static_cast<AllocatorTag>(i) << " active=" << bytes_used << " max=" in Dump()