Home
last modified time | relevance | path

Searched defs:MappingAppleAarch64 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform.h138 struct MappingAppleAarch64 { struct
139 static const uptr kLoAppMemBeg = 0x0100000000ull;
140 static const uptr kLoAppMemEnd = 0x0200000000ull;
141 static const uptr kHeapMemBeg = 0x0200000000ull;
142 static const uptr kHeapMemEnd = 0x0300000000ull;
143 static const uptr kShadowBeg = 0x0400000000ull;
144 static const uptr kShadowEnd = 0x0c00000000ull;
145 static const uptr kMetaShadowBeg = 0x0d00000000ull;
146 static const uptr kMetaShadowEnd = 0x0e00000000ull;
147 static const uptr kTraceMemBeg = 0x0f00000000ull;
[all …]