Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc78 Atomic<size_t> g_bytes_used[kAllocatorTagCount]; variable
86 uint64_t bytes_used = g_bytes_used[i].LoadRelaxed(); in Dump()
Dallocator.h82 extern Atomic<size_t> g_bytes_used[kAllocatorTagCount];
94 size_t new_bytes = g_bytes_used[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes; in RegisterAllocation()
101 g_bytes_used[tag].FetchAndSubSequentiallyConsistent(bytes); in RegisterFree()