Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform.h67 struct Mapping48AddressSpace { struct
68 static const uptr kMetaShadowBeg = 0x300000000000ull;
69 static const uptr kMetaShadowEnd = 0x340000000000ull;
70 static const uptr kTraceMemBeg = 0x600000000000ull;
71 static const uptr kTraceMemEnd = 0x620000000000ull;
72 static const uptr kShadowBeg = 0x010000000000ull;
73 static const uptr kShadowEnd = 0x200000000000ull;
74 static const uptr kHeapMemBeg = 0x7b0000000000ull;
75 static const uptr kHeapMemEnd = 0x7c0000000000ull;
76 static const uptr kLoAppMemBeg = 0x000000001000ull;
[all …]