Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.h91 static size_t GetNextSampleInterval(size_t base_interval);
Dsampling_heap_profiler.cc264 size_t SamplingHeapProfiler::GetNextSampleInterval(size_t interval) { in GetNextSampleInterval() function in base::SamplingHeapProfiler
313 accumulated_bytes -= GetNextSampleInterval(mean_interval); in RecordAlloc()