HomeSort by relevance Sort by last modified time
    Searched defs:indirect_szB (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/memcheck/
mc_include.h 300 SizeT indirect_szB; // Sum of all LC_Extra.indirect_szB values.
mc_leakcheck.c 428 SizeT indirect_szB : (sizeof(SizeT)*8)-3; // If Unreached, how many bytes
679 // indirect_szB to the new clique leader.
681 if (ex->indirect_szB > 0)
684 (unsigned long)ex->indirect_szB);
690 lc_extras[clique].indirect_szB += ch->szB;
691 lc_extras[clique].indirect_szB += ex->indirect_szB;
692 ex->indirect_szB = 0; // Shouldn't matter.
820 SizeT total_szB_a = lr_a->szB + lr_a->indirect_szB;
821 SizeT total_szB_b = lr_b->szB + lr_b->indirect_szB;
    [all...]

Completed in 40 milliseconds