Searched refs:totalCacheEntries (Results 1 – 1 of 1) sorted by relevance
752 size_t totalCacheEntries = getTotalEntries(); in applyLRU() local753 if (totalCacheSize <= cacheSizeLimit && totalCacheEntries <= cacheEntryLimit) { in applyLRU()755 ALOGV("LRU: Reduced cache to size %zu entries %zu", totalCacheSize, totalCacheEntries); in applyLRU()