HomeSort by relevance Sort by last modified time
    Searched full:lc_extras (Results 1 - 1 of 1) sorted by null

  /external/valgrind/memcheck/
mc_leakcheck.c 456 // 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[*ret].pending = False
    [all...]

Completed in 97 milliseconds