HomeSort by relevance Sort by last modified time
    Searched refs:IndirectLeak (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/memcheck/
mc_include.h 271 IndirectLeak =2, // Leaked, but reachable from another leaked block
272 // (be it Unreached or IndirectLeak).
284 (R2S(Reachable) | R2S(Possible) | R2S(IndirectLeak) | R2S(Unreached))
mc_leakcheck.c 440 // if IndirectLeak, clique leader to which it belongs.
    [all...]
mc_errors.c 222 case IndirectLeak: loss = "indirectly lost"; break;
234 case IndirectLeak: loss = "Leak_IndirectlyLost"; break;
252 case IndirectLeak: return "indirect";
    [all...]
mc_main.c     [all...]

Completed in 42 milliseconds