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

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

Completed in 547 milliseconds