OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_malloc_usable_size
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_flags.h
75
bool
check_malloc_usable_size
;
member in struct:__asan::Flags
asan_rtl.cc
113
ParseFlag(str, &f->
check_malloc_usable_size
, "
check_malloc_usable_size
");
161
f->
check_malloc_usable_size
= true;
asan_allocator2.cc
685
if (flags()->
check_malloc_usable_size
&& (usable_size == 0))
Completed in 83 milliseconds