OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndirectLeak
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/memcheck/
mc_leakcheck.c
432
SizeT clique : (sizeof(SizeT)*8)-3; // if
IndirectLeak
, clique leader
652
ex->state =
IndirectLeak
;
[
all
...]
mc_include.h
256
IndirectLeak
=2, // Leaked, but reachable from another leaked block
257
// (be it Unreached or
IndirectLeak
).
mc_errors.c
394
case
IndirectLeak
: loss = "indirectly lost"; break;
406
case
IndirectLeak
: loss = "Leak_IndirectlyLost"; break;
[
all
...]
Completed in 473 milliseconds