| 1 | //! Configurable set-associative cache with true LRU replacement. |
| 2 | //! Write-back / write-allocate policy for data caches. |
| 3 | //! Multi-byte accesses count one stat per unique cache block, not one per byte. |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected