Searched refs:ec_htab_size (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_execontext.c95 static ExeContext** ec_htab; /* array [ec_htab_size] of ExeContext* */
96 static SizeT ec_htab_size; /* one of the values in ec_primes */ variable
141 ec_htab_size = ec_primes[ec_htab_size_idx];
143 sizeof(ExeContext*) * ec_htab_size);
144 for (i = 0; i < ec_htab_size; i++)
168 for (i = 0; i < ec_htab_size; i++) {
182 ec_htab_size, ec_totstored, ec_totstored / (ULong)ec_htab_size
298 ec_htab_size, new_size, ec_htab_size_idx + 1, ec_totstored);
303 for (i = 0; i < ec_htab_size;
[all...]

Completed in 143 milliseconds