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

/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c450 // lc_extras[i] describe the same block).
451 static LC_Extra* lc_extras; variable
454 // stack is an index into lc_chunks and lc_extras. Its size is
503 ex = &(lc_extras[ch_no]);
523 if (!lc_extras[ch_no].pending) {
530 tl_assert(!lc_extras[ch_no].pending);
531 lc_extras[ch_no].pending = True;
545 tl_assert(lc_extras[*ret].pending);
546 lc_extras[*ret].pending = False;
690 lc_extras[cliqu
[all...]

Completed in 81 milliseconds