Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_mapping.h298 static inline bool AddrIsInShadowGap(uptr a) { in AddrIsInShadowGap() function
Dasan_report.cc343 if (AddrIsInShadowGap(addr)) area_type = "shadow gap"; in DescribeAddressIfShadow()