Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp322 void *tail_beg = reinterpret_cast<void *>( in HwasanDeallocate() local
325 reinterpret_cast<uptr>(tail_beg) + tail_size)); in HwasanDeallocate()
327 (internal_memcmp(tail_beg, tail_magic, tail_size) || in HwasanDeallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp622 uptr tail_beg = RoundUpTo(user_end, ASAN_SHADOW_GRANULARITY); in Allocate() local
625 PoisonShadow(tail_beg, tail_end - tail_beg, kAsanHeapLeftRedzoneMagic); in Allocate()