reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
649 *end = HeapMemEnd();
projects/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp 114 else if (p >= HeapMemBeg() && p < HeapMemEnd())
projects/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp 133 if (segment.start >= HeapMemEnd() && segment.start < HeapEnd()) continue;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h 875 return HeapMemEnd() + PrimaryAllocator::AdditionalSize();