Searched refs:allocIter (Results 1 - 5 of 5) sorted by relevance

/gem5/src/mem/cache/
H A Dwrite_queue.cc70 entry->allocIter = allocatedList.insert(allocatedList.end(), entry);
H A Dwrite_queue_entry.hh109 Iterator allocIter; member in class:WriteQueueEntry
H A Dmshr_queue.cc70 mshr->allocIter = allocatedList.insert(allocatedList.end(), mshr);
H A Dqueue.hh240 allocatedList.erase(entry->allocIter);
H A Dmshr.hh392 Iterator allocIter; variable

Completed in 9 milliseconds