Home
last modified time | relevance | path

Searched refs:MemIsApp (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp154 if (MemIsApp(UntagAddr(reinterpret_cast<uptr>(dst))) && \
187 (!MemIsApp(reinterpret_cast<uptr>(addr)) || in mmap_interceptor()
188 !MemIsApp(reinterpret_cast<uptr>(end_addr)))) { in mmap_interceptor()
202 if (!MemIsApp(beg) || !MemIsApp(beg + rounded_length - 1)) { in mmap_interceptor()
223 if (!MemIsApp(beg) || !MemIsApp(beg + rounded_length - 1)) { in munmap_interceptor()
H A Dhwasan_thread.cpp90 CHECK(MemIsApp(stack_bottom_)); in InitStackRingBuffer()
91 CHECK(MemIsApp(stack_top_ - 1)); in InitStackRingBuffer()
H A Dhwasan_mapping.h64 bool MemIsApp(uptr p);
H A Dhwasan_fuchsia.cpp52 bool MemIsApp(uptr p) { in MemIsApp() function
H A Dhwasan_linux.cpp297 bool MemIsApp(uptr p) { in MemIsApp() function
H A Dhwasan_allocator.cpp280 if (!MemIsApp(reinterpret_cast<uptr>(untagged_ptr)) || in CheckInvalidFree()
H A Dhwasan_report.cpp595 if (!MemIsApp(untagged_addr)) in CopyShadow()