| 1954 | } |
| 1955 | |
| 1956 | static size_t estimate_cache_size_from_compressed(unsigned int entries) |
| 1957 | { |
| 1958 | return entries * (sizeof(struct cache_entry) + CACHE_ENTRY_PATH_LENGTH); |
| 1959 | } |
| 1960 | |
| 1961 | static size_t estimate_cache_size(size_t ondisk_size, unsigned int entries) |
| 1962 | { |
no outgoing calls
no test coverage detected