Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform_posix.cpp92 if (segment.start >= HeapMemEnd() && segment.start < HeapEnd()) continue; in CheckAndProtect()
119 ProtectRange(HeapEnd(), HiAppMemBeg()); in CheckAndProtect()
Dtsan_rtl.h876 uptr ALWAYS_INLINE HeapEnd() { in HeapEnd() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_posix.cc123 p < HeapEnd()) in CheckAndProtect()
145 ProtectRange(HeapEnd(), HiAppMemBeg()); in CheckAndProtect()
Dtsan_rtl.h803 uptr ALWAYS_INLINE HeapEnd() { in HeapEnd() function