Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dunwinding_fuzzer.cc31 void PostAllocRecord(AllocRecord) override {} in PostAllocRecord() function in perfetto::profiling::__anoncc4c89760111::NopDelegate
Dheapprofd_producer.h126 void PostAllocRecord(AllocRecord) override;
Dunwinding.h139 virtual void PostAllocRecord(AllocRecord) = 0;
Dunwinding.cc359 delegate->PostAllocRecord(std::move(rec)); in HandleBuffer()
Dheapprofd_producer.cc754 void HeapprofdProducer::PostAllocRecord(AllocRecord alloc_rec) { in PostAllocRecord() function in perfetto::profiling::HeapprofdProducer