OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIgnored
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_allocator.cc
75
m->tag = DisabledInThisThread() ?
kIgnored
: kDirectlyLeaked;
207
if (m->tag ==
kIgnored
)
209
m->tag =
kIgnored
;
lsan_common.h
43
kIgnored
= 3
lsan_common.cc
130
// chunks (|tag| = kReachable or
kIgnored
) and finding indirectly leaked chunks
151
if (m.tag() ==
kIgnored
&& tag != kReachable) continue;
300
if (m.allocated() && m.tag() ==
kIgnored
)
323
FloodFillTag(&frontier,
kIgnored
);
/external/compiler-rt/lib/asan/
asan_allocator.cc
452
m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::
kIgnored
860
if (m->lsan_tag ==
kIgnored
)
862
m->lsan_tag = __lsan::
kIgnored
;
Completed in 723 milliseconds