Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dm_execontext.c256 ExeContext** new_ec_htab; in resize_ec_htab() local
263 new_ec_htab = VG_(arena_malloc)(VG_AR_EXECTXT, "execontext.reh1", in resize_ec_htab()
272 new_ec_htab[i] = NULL; in resize_ec_htab()
280 cur->chain = new_ec_htab[hash]; in resize_ec_htab()
281 new_ec_htab[hash] = cur; in resize_ec_htab()
287 ec_htab = new_ec_htab; in resize_ec_htab()