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