Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dm_execontext.c95 static SizeT ec_htab_size; /* one of the values in ec_primes */ variable
138 ec_htab_size = ec_primes[ec_htab_size_idx]; in init_ExeContext_storage()
140 sizeof(ExeContext*) * ec_htab_size); in init_ExeContext_storage()
141 for (i = 0; i < ec_htab_size; i++) in init_ExeContext_storage()
154 ec_htab_size, ec_totstored, ec_totstored / (ULong)ec_htab_size in VG_()
270 ec_htab_size, new_size, ec_htab_size_idx + 1, ec_totstored); in resize_ec_htab()
275 for (i = 0; i < ec_htab_size; i++) { in resize_ec_htab()
289 ec_htab_size = new_size; in resize_ec_htab()
345 hash = calc_hash( ips, n_ips, ec_htab_size ); in record_ExeContext_wrk2()
420 if ( ((ULong)ec_totstored) > ((ULong)ec_htab_size) ) { in record_ExeContext_wrk2()
[all …]