OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDirectlyLeaked
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h
58
kDirectlyLeaked
= 0, // default
lsan_common.cc
479
m.set_tag(
kDirectlyLeaked
);
495
if (m.tag() ==
kDirectlyLeaked
|| m.tag() == kIndirectlyLeaked) {
673
CHECK(tag ==
kDirectlyLeaked
|| tag == kIndirectlyLeaked);
674
bool is_directly_leaked = (tag ==
kDirectlyLeaked
);
lsan_allocator.cc
58
m->tag = DisabledInThisThread() ? kIgnored :
kDirectlyLeaked
;
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc
540
: __lsan::
kDirectlyLeaked
;
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025