OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIgnored
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc
58
m->tag = DisabledInThisThread() ?
kIgnored
: kDirectlyLeaked;
287
if (m->tag ==
kIgnored
)
289
m->tag =
kIgnored
;
lsan_common.h
61
kIgnored
= 3
lsan_common.cc
174
if (m.tag() == kReachable || m.tag() ==
kIgnored
) continue;
372
if (m.allocated() && m.tag() ==
kIgnored
) {
401
if (m.allocated() && m.tag() != kReachable && m.tag() !=
kIgnored
) {
478
if (m.allocated() && m.tag() !=
kIgnored
)
563
//
kIgnored
tags.
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc
539
m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::
kIgnored
1057
if (m->lsan_tag ==
kIgnored
)
1059
m->lsan_tag = __lsan::
kIgnored
;
Completed in 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025