Searched defs:newAvail (Results 1 – 2 of 2) sorted by relevance
574 size_t newAvail = cache->availDirs < 1000 ? 1000 : cache->availDirs*2; in _add_cache_dir_t() local606 size_t newAvail = cache->availFiles < 1000 ? 1000 : cache->availFiles*2; in _add_cache_file_t() local
4241 const size_t newAvail = set->availAttrs+N; in getBagLocked() local