Searched defs:MemToShadow (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h113 #define MemToShadow(addr) \ macro
119 #define MemToShadow(addr) \ macro
126 static const uptr kLinuxShadowBeg = MemToShadow(kLinuxAppMemBeg);
128 MemToShadow(kLinuxAppMemEnd) | 0xff;
/external/compiler-rt/lib/asan/
H A Dasan_mapping.h209 static inline uptr MemToShadow(uptr p) { function in namespace:__asan

Completed in 98 milliseconds