Home
last modified time | relevance | path

Searched refs:hashtable_size (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/lib/
Dcache.c203 int hashtable_size; in nl_cache_alloc() local
206 hashtable_size = ops->co_hash_size; in nl_cache_alloc()
208 hashtable_size = NL_MAX_HASH_ENTRIES; in nl_cache_alloc()
210 cache->hashtable = nl_hash_table_alloc(hashtable_size); in nl_cache_alloc()
/third_party/python/Misc/NEWS.d/
D3.7.0b4.rst48 ``round_up_to_power_2(used*2+hashtable_size/2)`` to
D3.8.0a1.rst1408 ``round_up_to_power_2(used*2+hashtable_size/2)`` to