Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dwire_protocol_unittest.cc41 bool operator==(const FreeBatch& one, const FreeBatch& other);
42 bool operator==(const FreeBatch& one, const FreeBatch& other) { in operator ==()
113 FreeBatch batch = {}; in TEST()
Dwire_protocol.h114 struct FreeBatch { struct
119 FreeBatch() { num_entries = 0; } in FreeBatch() function
133 FreeBatch* free_header;
Dunwound_messages.h46 FreeBatch free_batch;
Dclient.h122 FreeBatch free_batch_;
Dwire_protocol.cc134 if (!ViewAndAdvance<FreeBatch>(&buf, &out->free_header, end)) { in ReceiveWireMessage()
Dheapprofd_producer.cc987 const FreeBatch& free_batch = free_rec.free_batch; in HandleFreeRecord()
/external/scudo/standalone/tests/
Drelease_test.cpp129 template <class SizeClassMap> struct FreeBatch { struct
141 FreeBatch *Next; argument
149 typedef FreeBatch<SizeClassMap> Batch; in testReleaseFreeMemoryToOS() argument