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

Lines Matching defs: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);
1113 if (api->deaths > 0) {
1115 ULong aad = api->deaths == 0
1116 ? 0 : (api->death_ages_sum / api->deaths);
1125 VG_(umsg)("deaths: %'llu, at avg age %'llu "
1127 api->deaths, aad, buf );
1129 VG_(umsg)("deaths: none (none of these blocks were freed)\n");