Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc39 const uint32_t kSkipBaseAllocatorFrames = 2; variable
60 SamplingHeapProfiler::RecordAlloc(address, size, kSkipBaseAllocatorFrames); in AllocFn()
71 kSkipBaseAllocatorFrames); in AllocZeroInitializedFn()
81 SamplingHeapProfiler::RecordAlloc(address, size, kSkipBaseAllocatorFrames); in AllocAlignedFn()
92 SamplingHeapProfiler::RecordAlloc(address, size, kSkipBaseAllocatorFrames); in ReallocFn()
116 kSkipBaseAllocatorFrames); in BatchMallocFn()