Searched refs:kAsanAllocaLeftMagic (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_internal.h162 const int kAsanAllocaLeftMagic = 0xca; member in namespace:__asan
H A Dasan_descriptions.h67 case kAsanAllocaLeftMagic:
H A Dasan_errors.cpp473 case kAsanAllocaLeftMagic:
533 PrintShadowByte(str, " Left alloca redzone: ", kAsanAllocaLeftMagic);
H A Dasan_fake_stack.cpp269 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic);

Completed in 108 milliseconds