| 404 | AccessIterator begin() { return AccessIterator{this->l1Cache_->begin()}; } |
| 405 | |
| 406 | AccessIterator end() { return AccessIterator{this->l1Cache_->end()}; } |
| 407 | |
| 408 | // Lock-group iteration variant. See CacheAllocator::beginLockGroup for the |
| 409 | // trade-offs vs. the per-bucket AccessIterator. The optional filter is |
no outgoing calls