Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp617 uptr tail_end = alloc_beg + allocator.GetActuallyAllocatedSize(allocated); in Allocate() local
619 PoisonShadow(tail_beg, tail_end - tail_beg, kAsanHeapLeftRedzoneMagic); in Allocate()