Searched refs:kMaxCacheBytes (Results 1 – 2 of 2) sorted by relevance
57 if (maskStackSize > kMaxCacheBytes) { in Put()63 if (fCurrentCacheBytes + maskStackSize > kMaxCacheBytes) { in Put()82 if (fCurrentCacheBytes + maskStackSize <= kMaxCacheBytes) in Put()87 if (fCurrentCacheBytes + maskStackSize > kMaxCacheBytes) { in Put()
22 kMaxCacheBytes = 8 * 1024 * 1024 // 8 MiB enumerator