OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHeapMemEnd
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_platform.h
52
static const uptr
kHeapMemEnd
= 0x7e0000000000ull;
84
static const uptr
kHeapMemEnd
= 0xff00000000ull;
128
static const uptr
kHeapMemEnd
= 0x7d00000000ull;
164
static const uptr
kHeapMemEnd
= 0x3f000000000ull;
207
static const uptr
kHeapMemEnd
= 0x0f5000000000ull;
237
static const uptr
kHeapMemEnd
= 0x3e0000000000ull;
347
case MAPPING_HEAP_END: return Mapping::
kHeapMemEnd
;
502
return (mem >= Mapping::kHeapMemBeg && mem < Mapping::
kHeapMemEnd
) ||
tsan_rtl.h
70
Mapping::
kHeapMemEnd
- Mapping::kHeapMemBeg, 0,
Completed in 44 milliseconds