Home | History | Annotate | Download | only in memory

Lines Matching refs:Operation

146   struct Operation {
153 bool operator<(const Operation& other) const {
174 const Operation& operation = *it;
176 if (operation.bytes == 0) {
177 hd.RecordFree(operation.address, operation.sequence_number,
178 100 * operation.sequence_number);
180 hd.RecordMalloc(*operation.stack, operation.address, operation.bytes,
181 operation.sequence_number,
182 100 * operation.sequence_number);