Home
last modified time | relevance | path

Searched refs:kAsanHeapLeftRedzoneMagic (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp244 kAsanHeapLeftRedzoneMagic); in Recycle()
284 PoisonShadow(p, size, kAsanHeapLeftRedzoneMagic); in OnMap()
298 PoisonShadow(p, user_begin - p, kAsanHeapLeftRedzoneMagic); in OnMapSecondary()
299 PoisonShadow(user_end, size - (user_end - p), kAsanHeapLeftRedzoneMagic); in OnMapSecondary()
413 PoisonShadow(chunk, beg - chunk, kAsanHeapLeftRedzoneMagic); in RePoisonChunk()
417 chunk_end - end_aligned_down, kAsanHeapLeftRedzoneMagic); in RePoisonChunk()
424 PoisonShadow(chunk, allocated_size, kAsanHeapLeftRedzoneMagic); in RePoisonChunk()
624 PoisonShadow(alloc_beg, user_beg - alloc_beg, kAsanHeapLeftRedzoneMagic); in Allocate()
625 PoisonShadow(tail_beg, tail_end - tail_beg, kAsanHeapLeftRedzoneMagic); in Allocate()
H A Dasan_internal.h141 const int kAsanHeapLeftRedzoneMagic = 0xfa; variable
H A Dasan_descriptions.h50 case kAsanHeapLeftRedzoneMagic: in ShadowByte()
H A Dasan_errors.cpp451 case kAsanHeapLeftRedzoneMagic: in ErrorGeneric()
540 kAsanHeapLeftRedzoneMagic); in PrintLegend()