Searched refs:load_min (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_imp.hpp52 hash_load_check_resize_trigger(float load_min, float load_max) argument
53 : m_load_min(load_min), m_load_max(load_max), m_next_shrink_size(0),
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dhash_policy.hpp188 // load factor between some load factors load_min and load_max.
200 // Default constructor, or constructor taking load_min and
203 hash_load_check_resize_trigger(float load_min = 0.125,

Completed in 56 milliseconds