Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_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-head/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.cpp616 uptr tail_beg = RoundUpTo(user_end, ASAN_SHADOW_GRANULARITY); in Allocate() local
619 PoisonShadow(tail_beg, tail_end - tail_beg, kAsanHeapLeftRedzoneMagic); in Allocate()