Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp245 u8 *short_granule = reinterpret_cast<u8 *>(allocated) + full_granule_size; in HwasanAllocate() local
246 TagMemoryAligned((uptr)short_granule, kShadowAlignment, in HwasanAllocate()
248 short_granule[kShadowAlignment - 1] = tag; in HwasanAllocate()