Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_posix.cc122 if (p >= HeapMemEnd() && in CheckAndProtect()
Dtsan_platform.h407 uptr HeapMemEnd(void) { in HeapMemEnd() function
454 *end = HeapMemEnd(); in GetUserRegion()
Dtsan_platform_linux.cc97 else if (p >= HeapMemBeg() && p < HeapMemEnd()) in FillProfileCallback()
Dtsan_rtl.h804 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()