Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h56 static const uptr kHiAppMemEnd = 0x800000000000ull; member
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; in MappingImpl()
507 (mem >= Mapping::kHiAppMemBeg && mem < Mapping::kHiAppMemEnd); in IsAppMemImpl()