OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_directly_leaked
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h
86
bool
is_directly_leaked
;
member in struct:__lsan::Leak
lsan_common.cc
674
bool
is_directly_leaked
= (tag == kDirectlyLeaked);
local in function:__lsan::LeakReport::AddLeakedChunk
678
leaks_[i].
is_directly_leaked
==
is_directly_leaked
) {
687
is_directly_leaked
, /* is_suppressed */ false };
697
if (leak1.
is_directly_leaked
== leak2.
is_directly_leaked
)
700
return leak1.
is_directly_leaked
;
732
leaks_[index].
is_directly_leaked
? "Direct" : "Indirect",
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025