HomeSort by relevance Sort by last modified time
    Searched defs:PoisonShadow (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_poisoning.cc 23 void PoisonShadow(uptr addr, uptr size, u8 value) {
235 PoisonShadow(addr, aligned_size,
308 PoisonShadow(a, b1 - a, 0);
309 PoisonShadow(b2, c - b2, kAsanContiguousContainerOOBMagic);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]

Completed in 58 milliseconds