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 150 const int kAsanAllocaLeftMagic = 0xca;
asan_fake_stack.cc 270 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic);
asan_report.cc 98 case kAsanAllocaLeftMagic:
186 PrintShadowByte(str, " Left alloca redzone: ", kAsanAllocaLeftMagic);
    [all...]

Completed in 75 milliseconds