OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAsanAllocaRightMagic
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_internal.h
151
const int
kAsanAllocaRightMagic
= 0xcb;
asan_fake_stack.cc
273
RightRzAddr - PartialRzAligned,
kAsanAllocaRightMagic
);
274
FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize,
kAsanAllocaRightMagic
);
asan_report.cc
99
case
kAsanAllocaRightMagic
:
187
PrintShadowByte(str, " Right alloca redzone: ",
kAsanAllocaRightMagic
);
[
all
...]
Completed in 1691 milliseconds