Searched refs:round_size (Results 1 – 2 of 2) sorted by relevance
116 for (const int round_size : round_sizes) { in TEST() local118 BlockingCounter bc(round_size); in TEST()119 for (int j = 0; j < round_size; ++j) { in TEST()135 EXPECT_GE(pool.size(), round_size); in TEST()
128 round_size(size_t s) in round_size() function162 ht->num_buckets = round_size(init_size); in _Py_hashtable_new_full()419 new_size = round_size((size_t)(ht->entries * HASHTABLE_REHASH_FACTOR)); in hashtable_rehash()