OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poison_heap
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/asan/
asan_flags.h
98
bool
poison_heap
;
member in struct:__asan::Flags
asan_poisoning.h
36
DCHECK(flags()->
poison_heap
);
45
DCHECK(flags()->
poison_heap
);
asan_globals.cc
95
if (flags()->
poison_heap
)
119
if (flags()->
poison_heap
)
171
!flags()->
poison_heap
)
197
!flags()->
poison_heap
)
asan_poisoning.cc
21
if (!flags()->
poison_heap
) return;
34
if (!flags()->
poison_heap
) return;
asan_rtl.cc
122
ParseFlag(str, &f->
poison_heap
, "
poison_heap
");
170
f->
poison_heap
= true;
asan_allocator2.cc
407
if (size != size_rounded_down_to_granularity && fl.
poison_heap
) {
Completed in 160 milliseconds