Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.h105 std::stack<std::unique_ptr<LockFreeAddressHashSet>> sampled_addresses_stack_; variable
Dsampling_heap_profiler.cc187 sampled_addresses_stack_.push(std::move(sampled_addresses)); in SamplingHeapProfiler()
422 sampled_addresses_stack_.push(std::move(new_set)); in BalanceAddressesHashSet()