class Concurrent::Collection::AtomicReferenceMapBackend
def table_size_for(entry_count)
def table_size_for(entry_count) size = 2 size <<= 1 while size < entry_count size end
def table_size_for(entry_count) size = 2 size <<= 1 while size < entry_count size end