Searched refs:mht_small_buckets (Results 1 – 3 of 3) sorted by relevance
58 assert(ht.mht_buckets == ht.mht_small_buckets); in test_mf_hash()63 assert(ht.mht_buckets != ht.mht_small_buckets); in test_mf_hash()
1327 mht->mht_buckets = mht->mht_small_buckets; in mf_hash_init()1338 if (mht->mht_buckets != mht->mht_small_buckets) in mf_hash_free()1493 if (mht->mht_buckets != mht->mht_small_buckets) in mf_hash_grow()
499 mf_hashitem_T *mht_small_buckets[MHT_INIT_SIZE]; // initial buckets member