Searched refs:old_native_bytes_allocated_ (Results 1 – 2 of 2) sorted by relevance
228 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()
1244 Atomic<size_t> old_native_bytes_allocated_; variable