Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_leakcheck.c1244 UInt i, n_lossrecords; in get_lr_array_from_lr_table() local
1247 n_lossrecords = VG_(OSetGen_Size)(lr_table); in get_lr_array_from_lr_table()
1253 lr_array = VG_(malloc)("mc.pr.2", n_lossrecords * sizeof(LossRecord*)); in get_lr_array_from_lr_table()
1259 tl_assert(i == n_lossrecords); in get_lr_array_from_lr_table()
1260 return n_lossrecords; in get_lr_array_from_lr_table()
1491 Int i, n_lossrecords, start_lr_output_scan; in print_results() local
1532 n_lossrecords = get_lr_array_from_lr_table(); in print_results()
1533 for (i = 0; i < n_lossrecords; i++) { in print_results()
1600 n_lossrecords = get_lr_array_from_lr_table (); in print_results()
1601 tl_assert(VG_(OSetGen_Size)(lr_table) == n_lossrecords); in print_results()
[all …]