HomeSort by relevance Sort by last modified time
    Searched refs:kAsanAllocaLeftMagic (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_internal.h 138 const int kAsanAllocaLeftMagic = 0xca;
asan_report.cc 90 case kAsanAllocaLeftMagic:
178 PrintShadowByte(str, " Left alloca redzone: ", kAsanAllocaLeftMagic);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 113 static const unsigned kAsanAllocaLeftMagic = 0xcacacacaU;
636 // (1) Left redzone with kAsanAllocaLeftMagic.
    [all...]

Completed in 41 milliseconds