Searched refs:tls_end_aligned (Results 1 – 1 of 1) sorted by relevance
325 uptr tls_end_aligned = RoundUpTo(tls_end_, ASAN_SHADOW_GRANULARITY); in ClearShadowForThreadStackAndTLS() local326 FastPoisonShadow(tls_begin_aligned, tls_end_aligned - tls_begin_aligned, 0); in ClearShadowForThreadStackAndTLS()