Searched refs:pp_LossRecord (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/memcheck/ |
D | mc_errors.c | 450 static void pp_LossRecord(UInt n_this_record, UInt n_total_records, in pp_LossRecord() function 533 void MC_(pp_LossRecord)(UInt n_this_record, UInt n_total_records, in MC_() argument 536 pp_LossRecord (n_this_record, n_total_records, l, /* xml */ False); in MC_() 809 pp_LossRecord (n_this_record, n_total_records, lr, xml); in MC_()
|
D | mc_include.h | 354 void MC_(pp_LossRecord)(UInt n_this_record, UInt n_total_records,
|
D | mc_leakcheck.c | 1231 MC_(pp_LossRecord)(loss_record_nr+1, n_lossrecords, lr); in MC_()
|