Searched refs:ec_htab (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* */ variable
142 ec_htab = VG_(malloc)("execontext.iEs1",
145 ec_htab[i] = NULL;
169 for (ec = ec_htab[i]; ec; ec = ec->chain) {
304 ExeContext* cur = ec_htab[i];
315 VG_(free)(ec_htab);
316 ec_htab = new_ec_htab;
377 list = ec_htab[hash];
410 vg_assert(ec_htab[hash] == prev);
414 ec_htab[has
[all...]

Completed in 715 milliseconds