Searched refs:maxDeadBytes (Results 1 – 2 of 2) sorted by relevance
292 void MemoryCache::setCapacities(unsigned minDeadBytes, unsigned maxDeadBytes, unsigned totalBytes) in setCapacities() argument294 ASSERT(minDeadBytes <= maxDeadBytes); in setCapacities()295 ASSERT(maxDeadBytes <= totalBytes); in setCapacities()297 m_maxDeadCapacity = maxDeadBytes; in setCapacities()
124 void setCapacities(unsigned minDeadBytes, unsigned maxDeadBytes, unsigned totalBytes);