Searched refs:lru (Results 1 – 1 of 1) sorted by relevance
186 size_t lru = 0; in cache() local190 if (e.when < mCacheData.valueAt(lru).when) { in cache()191 lru = i; in cache()194 const cache_entry_t& e = mCacheData.valueAt(lru); in cache()196 mCacheData.removeItemsAt(lru); in cache()