Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_mapping.h59 #define kHighShadowBeg MEM_TO_SHADOW(kHighMemBeg) macro
63 #define kShadowGapEnd (kHighShadowBeg - 1)
92 return a >= kHighShadowBeg && a <= kHighMemEnd; in AddrIsInHighShadow()
Dasan_rtl.cc492 kHighShadowBeg, kHighShadowEnd); in __asan_init()
501 MEM_TO_SHADOW(kHighShadowBeg), in __asan_init()
522 ReserveShadowMemoryRange(kHighShadowBeg, kHighShadowEnd); in __asan_init()