Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_internal.h146 const int kAsanHeapLeftRedzoneMagic = 0xfa; variable
Dasan_allocator.cpp216 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()
Dasan_descriptions.h52 case kAsanHeapLeftRedzoneMagic: in ShadowByte()
Dasan_errors.cpp421 case kAsanHeapLeftRedzoneMagic: in ErrorGeneric()
509 kAsanHeapLeftRedzoneMagic); in PrintLegend()
/external/compiler-rt/lib/asan/
Dasan_internal.h134 const int kAsanHeapLeftRedzoneMagic = 0xfa; variable
Dasan_allocator.cc143 kAsanHeapLeftRedzoneMagic); in Recycle()
177 PoisonShadow(p, size, kAsanHeapLeftRedzoneMagic); in OnMap()
385 PoisonShadow((uptr)allocated, allocated_size, kAsanHeapLeftRedzoneMagic); in Allocate()
Dasan_report.cc81 case kAsanHeapLeftRedzoneMagic: in ShadowByte()
158 kAsanHeapLeftRedzoneMagic); in PrintLegend()
1104 case kAsanHeapLeftRedzoneMagic: in ReportGenericError()