Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_hashtable.c55 #define N_HASH_PRIMES 20 macro
57 static const SizeT primes[N_HASH_PRIMES] = {
100 if (old_chains == primes[N_HASH_PRIMES-1]) in resize()
104 && old_chains < primes[N_HASH_PRIMES-1]); in resize()
106 for (i = 0; i < N_HASH_PRIMES; i++) { in resize()
115 && new_chains <= primes[N_HASH_PRIMES-1]); in resize()