HomeSort by relevance Sort by last modified time
    Searched defs:MemToShadow (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 113 #define MemToShadow(addr) \
119 #define MemToShadow(addr) \
126 static const uptr kLinuxShadowBeg = MemToShadow(kLinuxAppMemBeg);
128 MemToShadow(kLinuxAppMemEnd) | 0xff;
  /external/compiler-rt/lib/asan/
asan_mapping.h 209 static inline uptr MemToShadow(uptr p) {

Completed in 997 milliseconds