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

/external/valgrind/main/coregrind/
H A Dm_execontext.c98 static UInt ec_next_ecu = 4; /* We must never issue zero */ variable
405 vg_assert(VG_(is_plausible_ECU)(ec_next_ecu));
406 new_ec->ecu = ec_next_ecu;
407 ec_next_ecu += 4;
408 if (ec_next_ecu == 0) {

Completed in 52 milliseconds