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

/external/valgrind/main/memcheck/
H A Dmc_main.c413 static HChar* check_auxmap_L1_L2_sanity ( Word* n_secmaps_found )
431 *n_secmaps_found = 0;
455 (*n_secmaps_found)++;
4734 Word n_secmaps_found; local
4783 n_secmaps_found = 0;
4784 errmsg = check_auxmap_L1_L2_sanity( &n_secmaps_found );
4790 /* n_secmaps_found is now the number referred to by the auxiliary
4798 n_secmaps_found++;
4804 if (n_secmaps_found != (n_issued_SMs - n_deissued_SMs))

Completed in 126 milliseconds