Searched refs:n_total_records (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/memcheck/ |
D | mc_errors.c | 246 UInt n_total_records; member 450 static void pp_LossRecord(UInt n_this_record, UInt n_total_records, in pp_LossRecord() argument 489 n_this_record, n_total_records ); in pp_LossRecord() 502 n_this_record, n_total_records ); in pp_LossRecord() 518 n_this_record, n_total_records in pp_LossRecord() 526 n_this_record, n_total_records in pp_LossRecord() 533 void MC_(pp_LossRecord)(UInt n_this_record, UInt n_total_records, in MC_() 536 pp_LossRecord (n_this_record, n_total_records, l, /* xml */ False); in MC_() 807 UInt n_total_records = extra->Err.Leak.n_total_records; in MC_() local 809 pp_LossRecord (n_this_record, n_total_records, lr, xml); in MC_() [all …]
|
D | mc_include.h | 354 void MC_(pp_LossRecord)(UInt n_this_record, UInt n_total_records, 409 UInt n_total_records,
|