Searched refs:full_granule_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp155 uptr full_granule_size = RoundDownTo(tag_size, kShadowAlignment); local
157 (void *)TagMemoryAligned((uptr)user_ptr, full_granule_size, tag);
158 if (full_granule_size != tag_size) {
160 reinterpret_cast<u8 *>(allocated) + full_granule_size;
H A Dhwasan.cpp200 uptr full_granule_size = RoundDownTo(global.size(), 16); local
201 TagMemoryAligned(global.addr(), full_granule_size, global.tag());
203 TagMemoryAligned(global.addr() + full_granule_size, 16, global.size() % 16);

Completed in 117 milliseconds