Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1950 uint64_t current_bytes = GetBytesFreedEver(std::memory_order_acquire); in GetBytesAllocatedEver() local
1951 current_bytes += GetBytesAllocated(); in GetBytesAllocatedEver()
1953 if (current_bytes <= so_far) { in GetBytesAllocatedEver()
1957 current_bytes, std::memory_order_relaxed)); in GetBytesAllocatedEver()
1958 return current_bytes; in GetBytesAllocatedEver()