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

  /external/valgrind/main/memcheck/
mc_leakcheck.c 450 // 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[clique].indirect_szB += ch->szB
    [all...]

Completed in 194 milliseconds