Lines Matching refs:PoisonShadow
219 PoisonShadow(m->Beg(), RoundUpTo(m->UsedSize(), ASAN_SHADOW_GRANULARITY), in PreQuarantine()
242 PoisonShadow(m->Beg(), RoundUpTo(m->UsedSize(), ASAN_SHADOW_GRANULARITY), 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()
306 PoisonShadow(p, size, 0); in OnUnmap()
412 PoisonShadow(chunk, beg - chunk, 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()
626 PoisonShadow(user_beg, size_rounded_down_to_granularity, 0); in Allocate()