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

/external/compiler-rt/lib/asan/
H A Dasan_mapping.h199 static inline bool AddrIsInMidMem(uptr a) { function in namespace:__asan
206 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a);

Completed in 221 milliseconds