Searched refs:allocatedList (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/cache/
H A Dwrite_queue.cc70 entry->allocIter = allocatedList.insert(allocatedList.end(), entry);
H A Dqueue.hh98 typename Entry::List allocatedList; member in class:Queue
169 for (const auto& entry : allocatedList) {
187 for (const auto& entry : allocatedList) {
240 allocatedList.erase(entry->allocIter);
H A Dmshr_queue.cc70 mshr->allocIter = allocatedList.insert(allocatedList.end(), mshr);

Completed in 6 milliseconds