Searched refs:kAsanHeapLeftRedzoneMagic (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_allocator.cpp | 244 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 D | asan_internal.h | 141 const int kAsanHeapLeftRedzoneMagic = 0xfa; variable
|
| H A D | asan_descriptions.h | 50 case kAsanHeapLeftRedzoneMagic: in ShadowByte()
|
| H A D | asan_errors.cpp | 451 case kAsanHeapLeftRedzoneMagic: in ErrorGeneric() 540 kAsanHeapLeftRedzoneMagic); in PrintLegend()
|