Searched refs:old_native_bytes_allocated_ (Results 1 – 2 of 2) sorted by relevance
249 old_native_bytes_allocated_(0), in Heap()1191 << old_native_bytes_allocated_.load(std::memory_order_relaxed) << "\n"; in DumpGcPerformanceInfo()2807 old_native_bytes_allocated_.store(GetNativeBytes()); in CollectGarbageInternal()4023 size_t old_native_bytes = old_native_bytes_allocated_.load(std::memory_order_relaxed); in NativeMemoryOverTarget()4027 old_native_bytes_allocated_.store(current_native_bytes, std::memory_order_relaxed); in NativeMemoryOverTarget()
1349 Atomic<size_t> old_native_bytes_allocated_; variable