Searched refs:MmapFixedNoReserve (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp49 if (!MmapFixedNoReserve(ShadowBeg(), ShadowEnd() - ShadowBeg(), "shadow")) {
103 if (!MmapFixedNoReserve(meta, meta_size, "meta shadow")) {
H A Dtsan_rtl.cpp259 if (!MmapFixedNoReserve(shadow_begin, shadow_end - shadow_begin, "shadow"))
272 if (!MmapFixedNoReserve(meta_begin, meta_end - meta_begin, "meta shadow"))
283 if (!MmapFixedNoReserve(meta_begin, meta_end - meta_begin, "meta shadow"))
296 if (!MmapFixedNoReserve(addr, size, name)) {
933 // UnmapOrDie/MmapFixedNoReserve does not work on Windows.
960 if (!MmapFixedNoReserve((uptr)p1, (uptr)p - (uptr)p1))
H A Dtsan_sync.cpp123 // UnmapOrDie/MmapFixedNoReserve does not work on Windows,
178 if (!MmapFixedNoReserve(metap, metasz))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp325 bool MmapFixedNoReserve(uptr fixed_addr, uptr size, const char *name) { function
332 return MmapFixedNoReserve(fixed_addr, size, name);
336 bool r = MmapFixedNoReserve(fixed_addr, size, name);
H A Dsanitizer_win.cpp224 bool MmapFixedNoReserve(uptr fixed_addr, uptr size, const char *name) { function in namespace:__sanitizer
248 return MmapFixedNoReserve(fixed_addr, size, name);
H A Dsanitizer_common.h101 bool MmapFixedNoReserve(uptr fixed_addr, uptr size, const char *name = nullptr)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp426 if (!MmapFixedNoReserve(ShadowAddr(), UnusedAddr() - ShadowAddr()))
435 if (!MmapFixedNoReserve(ShadowAddr(), UnusedAddr() - ShadowAddr()))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp145 if (!MmapFixedNoReserve(start, size, kMemoryLayout[i].name))
H A Dmsan_poisoning.cpp141 if (!MmapFixedNoReserve(page_beg, page_end - page_beg))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp65 if (!MmapFixedNoReserve(beg, size, name)) {

Completed in 180 milliseconds