OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDirectlyLeaked
(Results
1 - 13
of
13
) 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/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp
660
m.set_tag(
kDirectlyLeaked
);
672
if (m.tag() ==
kDirectlyLeaked
|| m.tag() == kIndirectlyLeaked)
848
CHECK(tag ==
kDirectlyLeaked
|| tag == kIndirectlyLeaked);
856
bool is_directly_leaked = (tag ==
kDirectlyLeaked
);
lsan_common.h
71
kDirectlyLeaked
= 0, // default
lsan_allocator.cpp
67
m->tag = DisabledInThisThread() ? kIgnored :
kDirectlyLeaked
;
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp
579
m.set_tag(
kDirectlyLeaked
);
590
if (m.tag() ==
kDirectlyLeaked
|| m.tag() == kIndirectlyLeaked) {
790
CHECK(tag ==
kDirectlyLeaked
|| tag == kIndirectlyLeaked);
798
bool is_directly_leaked = (tag ==
kDirectlyLeaked
);
lsan_common.h
64
kDirectlyLeaked
= 0, // default
lsan_allocator.cpp
64
m->tag = DisabledInThisThread() ? kIgnored :
kDirectlyLeaked
;
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp
260
: __lsan::
kDirectlyLeaked
);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc
540
: __lsan::
kDirectlyLeaked
;
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp
650
: __lsan::
kDirectlyLeaked
;
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp
602
: __lsan::
kDirectlyLeaked
;
Completed in 61 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026