Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp243 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 Dasan_internal.h139 const int kAsanHeapLeftRedzoneMagic = 0xfa; variable
H A Dasan_descriptions.h52 case kAsanHeapLeftRedzoneMagic: in ShadowByte()