Searched refs:kAsanHeapLeftRedzoneMagic (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_internal.h | 146 const int kAsanHeapLeftRedzoneMagic = 0xfa; variable
|
D | asan_allocator.cpp | 216 kAsanHeapLeftRedzoneMagic); in Recycle() 247 PoisonShadow(p, size, kAsanHeapLeftRedzoneMagic); in OnMap() 369 PoisonShadow(chunk, beg - chunk, kAsanHeapLeftRedzoneMagic); in RePoisonChunk() 373 chunk_end - end_aligned_down, kAsanHeapLeftRedzoneMagic); in RePoisonChunk() 380 PoisonShadow(chunk, allocated_size, kAsanHeapLeftRedzoneMagic); in RePoisonChunk() 556 PoisonShadow((uptr)allocated, allocated_size, kAsanHeapLeftRedzoneMagic); in Allocate()
|
D | asan_descriptions.h | 52 case kAsanHeapLeftRedzoneMagic: in ShadowByte()
|
D | asan_errors.cpp | 421 case kAsanHeapLeftRedzoneMagic: in ErrorGeneric() 509 kAsanHeapLeftRedzoneMagic); in PrintLegend()
|
/external/compiler-rt/lib/asan/ |
D | asan_internal.h | 134 const int kAsanHeapLeftRedzoneMagic = 0xfa; variable
|
D | asan_allocator.cc | 143 kAsanHeapLeftRedzoneMagic); in Recycle() 177 PoisonShadow(p, size, kAsanHeapLeftRedzoneMagic); in OnMap() 385 PoisonShadow((uptr)allocated, allocated_size, kAsanHeapLeftRedzoneMagic); in Allocate()
|
D | asan_report.cc | 81 case kAsanHeapLeftRedzoneMagic: in ShadowByte() 158 kAsanHeapLeftRedzoneMagic); in PrintLegend() 1104 case kAsanHeapLeftRedzoneMagic: in ReportGenericError()
|