Searched refs:sampled_addresses (Results 1 – 1 of 1) sorted by relevance
183 auto sampled_addresses = std::make_unique<LockFreeAddressHashSet>(64); in SamplingHeapProfiler() local186 reinterpret_cast<AtomicWord>(sampled_addresses.get())); in SamplingHeapProfiler()187 sampled_addresses_stack_.push(std::move(sampled_addresses)); in SamplingHeapProfiler()