Searched refs:n_this_record (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/memcheck/ |
D | mc_errors.c | 173 UInt n_this_record; member 325 static void pp_LossRecord(UInt n_this_record, UInt n_total_records, in pp_LossRecord() argument 364 n_this_record, n_total_records ); in pp_LossRecord() 377 n_this_record, n_total_records ); in pp_LossRecord() 393 n_this_record, n_total_records in pp_LossRecord() 401 n_this_record, n_total_records in pp_LossRecord() 408 void MC_(pp_LossRecord)(UInt n_this_record, UInt n_total_records, in MC_() 411 pp_LossRecord (n_this_record, n_total_records, l, /* xml */ False); in MC_() 681 UInt n_this_record = extra->Err.Leak.n_this_record; in MC_() local 684 pp_LossRecord (n_this_record, n_total_records, lr, xml); in MC_() [all …]
|
D | mc_include.h | 489 void MC_(pp_LossRecord)(UInt n_this_record, UInt n_total_records, 546 UInt n_this_record,
|