Searched refs:newEntrySize (Results 1 – 1 of 1) sorted by relevance
654 size_t newEntrySize) { in addToHotCache() argument658 if ((mHotCacheSize + newEntrySize) > mHotCacheLimit) { in addToHotCache()662 mHotCacheSize, newEntrySize, mHotCacheLimit, newEntryHash); in addToHotCache()681 if ((mHotCacheSize + newEntrySize) <= mHotCacheLimit / 2) { in addToHotCache()689 mHotCache[newEntryHash] = {newFd, newEntryBuffer, newEntrySize}; in addToHotCache()690 mHotCacheSize += newEntrySize; in addToHotCache()