Searched refs:lr_array (Results 1 – 1 of 1) sorted by relevance
467 static LossRecord** lr_array; variable1246 if (lr_array != NULL) in get_lr_array_from_lr_table()1247 VG_(free)(lr_array); in get_lr_array_from_lr_table()1248 lr_array = VG_(malloc)("mc.pr.2", n_lossrecords * sizeof(LossRecord*)); in get_lr_array_from_lr_table()1252 lr_array[i++] = lr; in get_lr_array_from_lr_table()1346 if (lr_array[i]->num_blocks == 0) { in print_results()1348 VG_(OSetGen_Remove) (lr_table, &lr_array[i]->key); in print_results()1349 VG_(OSetGen_FreeNode)(lr_table, lr_array[i]); in print_results()1353 lr_array[i]->old_szB = lr_array[i]->szB; in print_results()1354 lr_array[i]->old_indirect_szB = lr_array[i]->indirect_szB; in print_results()[all …]