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 96 #define MemToShadow(addr) \
99 #define MemToShadow(addr) \
103 static const uptr kLinuxShadowBeg = MemToShadow(kLinuxAppMemBeg);
105 MemToShadow(kLinuxAppMemEnd) | 0xff;
  /external/compiler-rt/lib/asan/
asan_mapping.h 176 static inline uptr MemToShadow(uptr p) {

Completed in 48 milliseconds