Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_execontext.c293 ExeContext** new_ec_htab; in resize_ec_htab() local
300 new_ec_htab = VG_(malloc)("execontext.reh1", in resize_ec_htab()
309 new_ec_htab[i] = NULL; in resize_ec_htab()
317 cur->chain = new_ec_htab[hash]; in resize_ec_htab()
318 new_ec_htab[hash] = cur; in resize_ec_htab()
324 ec_htab = new_ec_htab; in resize_ec_htab()