Home
last modified time | relevance | path

Searched refs:buckets (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dmemfile.c1444 mf_hashitem_T **buckets; in mf_hash_grow() local
1448 buckets = lalloc_clear(size, FALSE); in mf_hash_grow()
1449 if (buckets == NULL) in mf_hash_grow()
1476 buckets[i + (j << shift)] = mhi; in mf_hash_grow()
1496 mht->mht_buckets = buckets; in mf_hash_grow()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt11194 buckets to the number of blocks. (Ivan Krasilnikov)