OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc_fill_byte
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_flags.h
45
int max_malloc_fill_size,
malloc_fill_byte
;
member in struct:__asan::Flags
asan_rtl.cc
145
"bytes that will be filled with
malloc_fill_byte
on malloc.");
146
ParseFlag(str, &f->
malloc_fill_byte
, "
malloc_fill_byte
",
257
f->
malloc_fill_byte
= 0xbe;
asan_allocator2.cc
399
REAL(memset)(res, fl.
malloc_fill_byte
, fill_size);
Completed in 551 milliseconds