Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_errors.c450 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_()
Dmc_include.h354 void MC_(pp_LossRecord)(UInt n_this_record, UInt n_total_records,
Dmc_leakcheck.c1231 MC_(pp_LossRecord)(loss_record_nr+1, n_lossrecords, lr); in MC_()