Home | History | Annotate | Download | only in exp-dhat

Lines Matching full:deaths

193       ULong deaths;
246 tl_assert(api->deaths == 0);
318 api->deaths++;
339 tl_assert(api->deaths == 1 || api->deaths == 0);
353 //tl_assert(api->deaths > 1);
368 //tl_assert(api->deaths > 1);
1114 if (api->deaths > 0) {
1116 ULong aad = api->deaths == 0
1117 ? 0 : (api->death_ages_sum / api->deaths);
1126 VG_(umsg)("deaths: %'llu, at avg age %'llu "
1128 api->deaths, aad, buf );
1130 VG_(umsg)("deaths: none (none of these blocks were freed)\n");