Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc60 SamplingHeapProfiler::RecordAlloc(address, size, kSkipBaseAllocatorFrames); in AllocFn()
70 SamplingHeapProfiler::RecordAlloc(address, n * size, in AllocZeroInitializedFn()
81 SamplingHeapProfiler::RecordAlloc(address, size, kSkipBaseAllocatorFrames); in AllocAlignedFn()
92 SamplingHeapProfiler::RecordAlloc(address, size, kSkipBaseAllocatorFrames); in ReallocFn()
115 SamplingHeapProfiler::RecordAlloc(results[i], size, in BatchMallocFn()
153 SamplingHeapProfiler::RecordAlloc(address, size); in PartitionAllocHook()
289 void SamplingHeapProfiler::RecordAlloc(void* address, in RecordAlloc() function in base::SamplingHeapProfiler
Dsampling_heap_profiler.h80 static void RecordAlloc(void* address, size_t, uint32_t skip_frames = 0);