Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp103 if (segment.start >= HeapMemEnd() && segment.start < HeapEnd()) continue; in CheckAndProtect()
114 ProtectRange(HeapMemEnd(), ShadowBeg()); in CheckAndProtect()
H A Dtsan_platform_mac.cpp165 RegionMemUsage(HeapMemBeg(), HeapMemEnd(), &heap_res, &heap_dirty); in WriteMemoryProfile()
193 HeapMemBeg(), HeapMemEnd(), heap_res / 1024, heap_dirty / 1024, in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp112 else if (p >= HeapMemBeg() && p < HeapMemEnd()) in FillProfileCallback()
H A Dtsan_platform.h763 uptr HeapMemEnd(void) { return SelectMapping<MappingField>(kHeapMemEnd); } in HeapMemEnd() function
H A Dtsan_rtl.h607 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()