Searched refs:mHotCacheSize (Results 1 – 2 of 2) sorted by relevance
76 mHotCacheSize(0), in MultifileBlobCache()248 if ((mHotCacheSize + fileSize) < mHotCacheLimit) { in MultifileBlobCache()658 if ((mHotCacheSize + newEntrySize) > mHotCacheLimit) { in addToHotCache()662 mHotCacheSize, newEntrySize, mHotCacheLimit, newEntryHash); in addToHotCache()681 if ((mHotCacheSize + newEntrySize) <= mHotCacheLimit / 2) { in addToHotCache()682 ALOGV("HOTCACHE(ADD): Freed enough space for %zu", mHotCacheSize); in addToHotCache()690 mHotCacheSize += newEntrySize; in addToHotCache()692 ALOGV("HOTCACHE(ADD): New hot cache size: %zu", mHotCacheSize); in addToHotCache()710 mHotCacheSize -= entry.entrySize; in removeFromHotCache()
166 size_t mHotCacheSize; variable