Searched refs:RecordAlloc (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/debug/ |
D | thread_heap_usage_tracker.cc | 76 void RecordAlloc(const AllocatorDispatch* next, in RecordAlloc() function 117 RecordAlloc(self->next, ret, size, context); in AllocFn() 129 RecordAlloc(self->next, ret, size, context); in AllocZeroInitializedFn() 141 RecordAlloc(self->next, ret, size, context); in AllocAlignedFn() 155 RecordAlloc(self->next, ret, size, context); in ReallocFn() 180 RecordAlloc(self->next, results[i], size, context); in BatchMallocFn()
|
D | thread_heap_usage_tracker_unittest.cc | 104 void RecordAlloc(void* address, size_t size) { in RecordAlloc() function in base::debug::__anonb725b3fc0111::ThreadHeapUsageTrackerTest 140 g_self->RecordAlloc(ret, size); in OnAllocFn() 151 g_self->RecordAlloc(ret, n * size); in OnAllocZeroInitializedFn() 164 g_self->RecordAlloc(ret, size); in OnAllocAlignedFn() 176 g_self->RecordAlloc(ret, size); in OnReallocFn()
|
/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);
|
/external/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 554 <!-- HeapProfileTable::RecordAlloc(void const*, unsigned long, int, void const* const*) --> 4391 <!-- void HeapProfileTable::RecordAlloc(void*, size_t, int, void* const*) --> 4392 …<function-decl name='RecordAlloc' mangled-name='_ZN16HeapProfileTable11RecordAllocEPKvmiPKS1_' fil…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 2648 …<function-decl name='RecordAlloc' mangled-name='_ZN16HeapProfileTable11RecordAllocEPKvmiPKS1_' fil…
|