HomeSort by: relevance | last modified time | path
    Searched refs:kHiAppMemEnd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform.h 73 static const uptr kHiAppMemEnd = 0x800000000000ull;
111 static const uptr kHiAppMemEnd = 0xffffffffffull;
144 static const uptr kHiAppMemEnd = 0x0fc0000000ull;
186 static const uptr kHiAppMemEnd = 0x7fffffffffull;
221 static const uptr kHiAppMemEnd = 0x3ffffffffffull;
241 static const uptr kHiAppMemEnd = 0x1000000000000ull;
284 static const uptr kHiAppMemEnd = 0x100000000000ull; // 44 bits
316 static const uptr kHiAppMemEnd = 0x400000000000ull; // 46 bits
348 static const uptr kHiAppMemEnd = 0x800000000000ull; // 47 bits
533 case MAPPING_HI_APP_END: return Mapping::kHiAppMemEnd;
    [all...]
tsan_platform_mac.cc 235 if (max_vm != Mapping::kHiAppMemEnd) {
237 max_vm, Mapping::kHiAppMemEnd);

Completed in 12 milliseconds