| 674 | } |
| 675 | |
| 676 | EvictionIterator getEvictionIterator(PoolId pid) const noexcept { |
| 677 | auto& mmContainer = this->l1Cache_->getMMContainer(pid, 0 /* classId */); |
| 678 | return mmContainer.getEvictionIterator(); |
| 679 | } |
| 680 | |
| 681 | template <typename A, typename B> |
| 682 | size_t getPaddingBytes(A* aligned, B* unaligned) { |
no outgoing calls