Searched refs:kHiAppMemEnd (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h56 static const uptr kHiAppMemEnd = 0x800000000000ull; member in struct:__tsan::Mapping
88 static const uptr kHiAppMemEnd = 0xffffffffffull;
130 static const uptr kHiAppMemEnd = 0x7fffffffffull;
166 static const uptr kHiAppMemEnd = 0x3ffffffffffull;
209 static const uptr kHiAppMemEnd = 0x100000000000ull; // 44 bits
241 static const uptr kHiAppMemEnd = 0x400000000000ull; // 46 bits
345 case MAPPING_HI_APP_END: return Mapping::kHiAppMemEnd;
507 (mem >= Mapping::kHiAppMemBeg && mem < Mapping::kHiAppMemEnd);

Completed in 60 milliseconds