During initialisation, we can only start writing values once the offsets are known. This requires knowledge about the number of conflicts per hash value. This function tells us whether the conflicts have already been counted. @return t_kc true if and only if the conflicts have already been counted.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(index_rhash_t), | intent(in) | :: | this |
function known_conflicts(this) result(t_kc)
class(index_rhash_t), intent(in) :: this
logical :: t_kc
t_kc = this%shared_ht%known_conflicts()
end function known_conflicts