Searched refs:allocd_at (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/exp-dhat/
H A Ddh_main.c76 ULong allocd_at; /* instruction number */ member in struct:__anon20325
320 tl_assert(bk->allocd_at <= g_guest_instrs_executed);
321 api->death_ages_sum += (g_guest_instrs_executed - bk->allocd_at);
481 bk->allocd_at = g_guest_instrs_executed;
523 p, g_guest_instrs_executed - bk->allocd_at);

Completed in 73 milliseconds