Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_mapping.h267 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function
274 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a); in AddrIsInMem()