Searched defs:Mapping48AddressSpace (Results 1 – 1 of 1) sorted by relevance
73 struct Mapping48AddressSpace { struct74 static const uptr kMetaShadowBeg = 0x300000000000ull;75 static const uptr kMetaShadowEnd = 0x340000000000ull;76 static const uptr kShadowBeg = 0x010000000000ull;77 static const uptr kShadowEnd = 0x100000000000ull;78 static const uptr kHeapMemBeg = 0x7b0000000000ull;79 static const uptr kHeapMemEnd = 0x7c0000000000ull;80 static const uptr kLoAppMemBeg = 0x000000001000ull;81 static const uptr kLoAppMemEnd = 0x008000000000ull;82 static const uptr kMidAppMemBeg = 0x550000000000ull;[all …]