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