Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_internal.h139 const int kAsanHeapLeftRedzoneMagic = 0xfa; variable
H A Dasan_allocator.cpp214 kAsanHeapLeftRedzoneMagic); in Recycle()
245 PoisonShadow(p, size, kAsanHeapLeftRedzoneMagic); in OnMap()
358 PoisonShadow(chunk, beg - chunk, kAsanHeapLeftRedzoneMagic); in RePoisonChunk()
362 chunk_end - end_aligned_down, kAsanHeapLeftRedzoneMagic); in RePoisonChunk()
369 PoisonShadow(chunk, allocated_size, kAsanHeapLeftRedzoneMagic); in RePoisonChunk()
545 PoisonShadow((uptr)allocated, allocated_size, kAsanHeapLeftRedzoneMagic); in Allocate()
H A Dasan_descriptions.h52 case kAsanHeapLeftRedzoneMagic: in ShadowByte()
H A Dasan_errors.cpp421 case kAsanHeapLeftRedzoneMagic: in ErrorGeneric()
510 kAsanHeapLeftRedzoneMagic); in PrintLegend()