Searched defs:aligned_size (Results 1 – 5 of 5) sorted by relevance
39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow()
64 uptr aligned_size = RoundUpTo(g.size, ASAN_SHADOW_GRANULARITY); in PoisonRedZones() local
290 uptr aligned_size = size & ~(ASAN_SHADOW_GRANULARITY - 1); in PoisonAlignedStackMemory() local
67 template <typename T> constexpr size_t aligned_size() const { in aligned_size() function
168 constexpr size_t aligned_size = in get_cxa_exception_offset() local