Home
last modified time | relevance | path

Searched defs:RecordAlloc (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc76 void RecordAlloc(const AllocatorDispatch* next, in RecordAlloc() function
Dthread_heap_usage_tracker_unittest.cc104 void RecordAlloc(void* address, size_t size) { in RecordAlloc() function in base::debug::__anon9d24cb830111::ThreadHeapUsageTrackerTest
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc289 void SamplingHeapProfiler::RecordAlloc(void* address, in RecordAlloc() function in base::SamplingHeapProfiler