Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache.c202 int hashtable_size; in nl_cache_alloc() local
205 hashtable_size = ops->co_hash_size; in nl_cache_alloc()
207 hashtable_size = NL_MAX_HASH_ENTRIES; in nl_cache_alloc()
209 cache->hashtable = nl_hash_table_alloc(hashtable_size); in nl_cache_alloc()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b4.rst48 ``round_up_to_power_2(used*2+hashtable_size/2)`` to