Searched refs:RecordAlloc (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/sampling_heap_profiler/ |
D | sampling_heap_profiler.cc | 60 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
|
D | sampling_heap_profiler.h | 80 static void RecordAlloc(void* address, size_t, uint32_t skip_frames = 0);
|