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

/external/valgrind/memcheck/
H A Dmc_leakcheck.c647 Addr pot_fn = *((Addr *)scan); local
648 if (pot_fn == 0)
650 seg = VG_(am_find_nsegment) (pot_fn);
659 pot_fn = *((Addr *)pot_fn);
660 if (pot_fn == 0)
662 seg = VG_(am_find_nsegment) (pot_fn);

Completed in 129 milliseconds