Searched refs:PostAllocRecord (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/src/profiling/memory/ | ||
D | unwinding_fuzzer.cc | 31 void PostAllocRecord(AllocRecord) override {} in PostAllocRecord() function in perfetto::profiling::__anoncc4c89760111::NopDelegate |
D | heapprofd_producer.h | 126 void PostAllocRecord(AllocRecord) override; |
D | unwinding.h | 139 virtual void PostAllocRecord(AllocRecord) = 0; |
D | unwinding.cc | 359 delegate->PostAllocRecord(std::move(rec)); in HandleBuffer() |
D | heapprofd_producer.cc | 754 void HeapprofdProducer::PostAllocRecord(AllocRecord alloc_rec) { in PostAllocRecord() function in perfetto::profiling::HeapprofdProducer |