Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp122 if (segment.start >= HeapMemEnd() && segment.start < HeapEnd()) continue; in CheckAndProtect()
143 ProtectRange(HeapMemEnd(), ShadowBeg());
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.cpp113 else if (p >= HeapMemBeg() && p < HeapMemEnd()) in FillProfileCallback()
H A Dtsan_rtl.h610 return HeapMemEnd() + PrimaryAllocator::AdditionalSize(); in HeapEnd()
H A Dtsan_platform.h898 uptr HeapMemEnd(void) { return SelectMapping<MappingField>(kHeapMemEnd); } in HeapMemEnd() function