Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp205 void *tail_beg = reinterpret_cast<void *>( in HwasanDeallocate() local
207 if (tail_size && internal_memcmp(tail_beg, tail_magic, tail_size)) in HwasanDeallocate()