Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dwire_protocol_unittest.cc31 bool operator==(const AllocMetadata& one, const AllocMetadata& other);
32 bool operator==(const AllocMetadata& one, const AllocMetadata& other) { in operator ==()
76 AllocMetadata metadata = {}; in TEST()
Dunwinding_unittest.cc86 std::unique_ptr<AllocMetadata> metadata;
90 std::unique_ptr<AllocMetadata> metadata(new AllocMetadata); in GetRecord()
106 metadata->stack_pointer_offset = sizeof(AllocMetadata); in GetRecord()
Dwire_protocol.h88 struct AllocMetadata { struct
129 AllocMetadata* alloc_header;
Dunwound_messages.h45 AllocMetadata alloc_metadata;
Dclient.cc261 AllocMetadata metadata; in RecordMalloc()
276 metadata.stack_pointer_offset = sizeof(AllocMetadata); in RecordMalloc()
Dwire_protocol.cc123 if (!ViewAndAdvance<AllocMetadata>(&buf, &out->alloc_header, end)) { in ReceiveWireMessage()
Dunwinding.cc180 AllocMetadata* alloc_metadata = msg->alloc_header; in DoUnwind()
Dheapprofd_producer.cc787 const AllocMetadata& alloc_metadata = alloc_rec.alloc_metadata; in HandleAllocRecord()