Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.h93 void DoRecordAlloc(size_t total_allocated,
Dsampling_heap_profiler.cc319 instance_->DoRecordAlloc(samples * mean_interval, size, address, skip_frames); in RecordAlloc()
353 void SamplingHeapProfiler::DoRecordAlloc(size_t total_allocated, in DoRecordAlloc() function in base::SamplingHeapProfiler