Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.h97 void DoRecordFree(void* address);
Dsampling_heap_profiler.cc381 instance_->DoRecordFree(address); in RecordFree()
384 void SamplingHeapProfiler::DoRecordFree(void* address) { in DoRecordFree() function in base::SamplingHeapProfiler