OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poison_heap
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/
asan_flags.h
108
bool
poison_heap
;
member in struct:__asan::Flags
asan_poisoning.cc
23
if (!flags()->
poison_heap
) return;
36
if (!flags()->
poison_heap
) return;
asan_rtl.cc
127
ParseFlag(str, &f->
poison_heap
, "
poison_heap
");
169
f->
poison_heap
= true;
asan_allocator2.cc
399
if (size != size_rounded_down_to_granularity && flags()->
poison_heap
) {
Completed in 318 milliseconds