Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc369 if (!sampled_addresses_set().Contains(address)) in DoRecordAlloc()
370 sampled_addresses_set().Insert(address); in DoRecordAlloc()
380 if (UNLIKELY(sampled_addresses_set().Contains(address))) in RecordFree()
397 sampled_addresses_set().Remove(address); in DoRecordFree()
410 LockFreeAddressHashSet& current_set = sampled_addresses_set(); in BalanceAddressesHashSet()
426 LockFreeAddressHashSet& SamplingHeapProfiler::sampled_addresses_set() { in sampled_addresses_set() function in base::SamplingHeapProfiler
Dsampling_heap_profiler.h99 static LockFreeAddressHashSet& sampled_addresses_set();