Home
last modified time | relevance | path

Searched defs:full_granule_size (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp242 uptr full_granule_size = RoundDownTo(tag_size, kShadowAlignment); in HwasanAllocate() local
H A Dhwasan.cpp287 uptr full_granule_size = RoundDownTo(global.size(), 16); in InitializeSingleGlobal() local