Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dpoisson_allocation_sampler.cc41 ABSL_CONST_INIT std::atomic_size_t g_sampling_interval{ variable
199 g_sampling_interval.store(sampling_interval_bytes, std::memory_order_relaxed); in SetSamplingInterval()
203 return g_sampling_interval.load(std::memory_order_relaxed); in SamplingInterval()
268 size_t mean_interval = g_sampling_interval.load(std::memory_order_relaxed); in DoRecordAllocation()
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc53 AtomicWord g_sampling_interval = kDefaultSamplingIntervalBytes; variable
259 base::subtle::Release_Store(&g_sampling_interval, in SetSamplingInterval()
308 size_t mean_interval = base::subtle::NoBarrier_Load(&g_sampling_interval); in RecordAlloc()