Home
last modified time | relevance | path

Searched refs:kAsanAllocaLeftMagic (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_internal.h153 const int kAsanAllocaLeftMagic = 0xca; variable
H A Dasan_descriptions.h67 case kAsanAllocaLeftMagic: in ShadowByte()