Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc228 old_native_bytes_allocated_(0), in Heap()
1052 << old_native_bytes_allocated_.LoadRelaxed() + new_native_bytes_allocated_.LoadRelaxed() in DumpGcPerformanceInfo()
2558 old_native_bytes_allocated_.FetchAndAddRelaxed(new_native_bytes_allocated_.ExchangeRelaxed(0)); in CollectGarbageInternal()
3801 old_native_bytes_allocated_.FetchAndSubRelaxed(bytes - new_freed_bytes); in RegisterNativeFree()
Dheap.h1244 Atomic<size_t> old_native_bytes_allocated_; variable