Home
last modified time | relevance | path

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

/art/libartbase/base/
Dallocator.cc80 Atomic<uint64_t> g_total_bytes_used[kAllocatorTagCount]; variable
88 uint64_t total_bytes_used = g_total_bytes_used[i].load(std::memory_order_relaxed); in Dump()
Dallocator.h84 extern Atomic<uint64_t> g_total_bytes_used[kAllocatorTagCount];
89 g_total_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed); in RegisterAllocation()