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

/external/valgrind/memcheck/
H A Dmc_leakcheck.c456 // when lc_chunk was build : lc_chunks (and lc_extras) stays valid as
464 // lc_extras[i] describe the same block).
465 static LC_Extra* lc_extras; variable
488 // stack is an index into lc_chunks and lc_extras. Its size is
549 ex = &(lc_extras[ch_no]);
569 if (!lc_extras[ch_no].pending) {
576 tl_assert(!lc_extras[ch_no].pending);
577 lc_extras[ch_no].pending = True;
591 tl_assert(lc_extras[*ret].pending);
592 lc_extras[*re
[all...]

Completed in 71 milliseconds