HelenOS sources
rehash 459 uspace/lib/cpp/include/__bits/adt/hash_table.hpp rehash(count / max_load_factor_ + 1);
rehash 545 uspace/lib/cpp/include/__bits/adt/hash_table.hpp rehash(bucket_count_ * bucket_count_growth_factor_);
rehash 689 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp table_.rehash(bucket_count);
rehash 1121 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp table_.rehash(bucket_count);
rehash 430 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp table_.rehash(bucket_count);
rehash 846 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp table_.rehash(bucket_count);
HelenOS homepage, sources at GitHub