Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dunwinding.h48 std::unique_ptr<AllocRecord> BorrowAllocRecord();
139 std::unique_ptr<AllocRecord> BorrowAllocRecord();
Dunwinding.cc417 std::unique_ptr<AllocRecord> rec = alloc_record_arena->BorrowAllocRecord(); in HandleBuffer()
542 std::unique_ptr<AllocRecord> AllocRecordArena::BorrowAllocRecord() { in BorrowAllocRecord() function in perfetto::profiling::AllocRecordArena
Dunwinding_unittest.cc187 auto borrowed = a.BorrowAllocRecord(); in TEST()