Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc80 Atomic<size_t> g_bytes_used[kAllocatorTagCount]; variable
88 uint64_t bytes_used = g_bytes_used[i].LoadRelaxed(); in Dump()
Dallocator.h79 extern Atomic<size_t> g_bytes_used[kAllocatorTagCount];
91 size_t new_bytes = g_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes; in RegisterAllocation()
98 g_bytes_used[tag].FetchAndSubSequentiallyConsistent(bytes); in RegisterFree()