Home
last modified time | relevance | path

Searched refs:FreeBatch (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/profiling/memory/
Dwire_protocol_unittest.cc42 bool operator==(const FreeBatch& one, const FreeBatch& other);
43 bool operator==(const FreeBatch& one, const FreeBatch& other) { in operator ==()
112 FreeBatch batch = {}; in TEST()
Dwire_protocol.h112 struct FreeBatch { struct
117 FreeBatch() { num_entries = 0; } in FreeBatch() function
130 FreeBatch* free_header;
Dunwound_messages.h54 FreeBatch free_batch;
Dclient.h113 FreeBatch free_batch_;
Dwire_protocol.cc134 if (!ViewAndAdvance<FreeBatch>(&buf, &out->free_header, end)) { in ReceiveWireMessage()
Dheapprofd_producer.cc832 const FreeBatch& free_batch = free_rec.free_batch; in HandleFreeRecord()