Searched refs:old_native_bytes_allocated_ (Results 1 – 2 of 2) sorted by relevance
290 old_native_bytes_allocated_(0), in Heap()1203 << old_native_bytes_allocated_.load(std::memory_order_relaxed) << "\n"; in DumpGcPerformanceInfo()2687 old_native_bytes_allocated_.store(GetNativeBytes()); in CollectGarbageInternal()3905 size_t old_native_bytes = old_native_bytes_allocated_.load(std::memory_order_relaxed); in NativeMemoryOverTarget()3909 old_native_bytes_allocated_.store(current_native_bytes, std::memory_order_relaxed); in NativeMemoryOverTarget()
1389 Atomic<size_t> old_native_bytes_allocated_; variable