Searched refs:kAsanHeapLeftRedzoneMagic (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 243 kAsanHeapLeftRedzoneMagic); in Recycle() 283 PoisonShadow(p, size, kAsanHeapLeftRedzoneMagic); in OnMap() 297 PoisonShadow(p, user_begin - p, kAsanHeapLeftRedzoneMagic); in OnMapSecondary() 298 PoisonShadow(user_end, size - (user_end - p), kAsanHeapLeftRedzoneMagic); in OnMapSecondary() 412 PoisonShadow(chunk, beg - chunk, kAsanHeapLeftRedzoneMagic); in RePoisonChunk() 416 chunk_end - end_aligned_down, kAsanHeapLeftRedzoneMagic); in RePoisonChunk() 423 PoisonShadow(chunk, allocated_size, kAsanHeapLeftRedzoneMagic); in RePoisonChunk() 618 PoisonShadow(alloc_beg, user_beg - alloc_beg, kAsanHeapLeftRedzoneMagic); in Allocate() 619 PoisonShadow(tail_beg, tail_end - tail_beg, kAsanHeapLeftRedzoneMagic); in Allocate()
|
H A D | asan_internal.h | 139 const int kAsanHeapLeftRedzoneMagic = 0xfa; variable
|
H A D | asan_descriptions.h | 52 case kAsanHeapLeftRedzoneMagic: in ShadowByte()
|