| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_combined.h | 91 if (primary_.PointerIsMine(p)) in Deallocate() 105 CHECK(PointerIsMine(p)); in Reallocate() 115 bool PointerIsMine(const void *p) const { in PointerIsMine() function 116 if (primary_.PointerIsMine(p)) in PointerIsMine() 118 return secondary_.PointerIsMine(p); in PointerIsMine() 121 bool FromPrimary(const void *p) const { return primary_.PointerIsMine(p); } in FromPrimary() 124 if (primary_.PointerIsMine(p)) in GetMetaData() 130 if (primary_.PointerIsMine(p)) in GetBlockBegin() 138 if (primary_.PointerIsMine(p)) in GetBlockBeginFastLocked() 144 if (primary_.PointerIsMine(p)) in GetActuallyAllocatedSize()
|
| H A D | sanitizer_allocator_primary32.h | 158 CHECK(PointerIsMine(p)); in GetMetaData() 192 bool PointerIsMine(const void *p) const { in PointerIsMine() function 207 CHECK(PointerIsMine(p)); in GetBlockBegin() 218 CHECK(PointerIsMine(p)); in GetActuallyAllocatedSize()
|
| H A D | sanitizer_allocator_dlsym.h | 30 static bool PointerIsMine(const void *ptr) { in PointerIsMine() function
|
| H A D | sanitizer_allocator_secondary.h | 164 bool PointerIsMine(const void *p) const { in PointerIsMine() function
|
| H A D | sanitizer_allocator_primary64.h | 234 bool PointerIsMine(const void *p) const { in PointerIsMine() function 276 CHECK(PointerIsMine(p)); in GetActuallyAllocatedSize()
|
| H A D | sanitizer_malloc_mac.inc | 238 if (DlsymAlloc::PointerIsMine(ptr))
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 38 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 46 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 70 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 49 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 57 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 79 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|
| H A D | asan_allocator.cpp | 720 !get_allocator().PointerIsMine(ptr)) { in Deallocate()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocation_functions.cpp | 83 if (DlsymAlloc::PointerIsMine(ptr)) in __sanitizer_free() 93 if (DlsymAlloc::PointerIsMine(ptr)) in __sanitizer_cfree() 129 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in __sanitizer_realloc()
|
| H A D | hwasan_allocator.cpp | 405 if (!allocator.PointerIsMine(reinterpret_cast<void *>(address))) in FindHeapChunkByAddress()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_malloc_linux.cpp | 45 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 57 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 56 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 70 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 78 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tysan/ |
| H A D | tysan_interceptors.cpp | 113 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 120 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 140 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 81 if (DlsymAlloc::PointerIsMine(p)) in INTERCEPTOR() 91 if (DlsymAlloc::PointerIsMine(p)) in INTERCEPTOR() 105 if (DlsymAlloc::PointerIsMine(p)) in INTERCEPTOR() 125 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_debugging.cpp | 208 if (a->PointerIsMine((void *)addr)) { in __tsan_locate_address() 248 if (a->PointerIsMine((void *)addr)) { in __tsan_get_alloc_stack()
|
| H A D | tsan_external.cpp | 111 if (a->PointerIsMine((void *)addr)) { in __tsan_external_assign_tag()
|
| H A D | tsan_interceptors_posix.cpp | 714 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(p)) in TSAN_INTERCEPTOR() 744 if (DlsymAlloc::PointerIsMine(p)) in TSAN_INTERCEPTOR() 757 if (DlsymAlloc::PointerIsMine(p)) in TSAN_INTERCEPTOR() 774 if (DlsymAlloc::PointerIsMine(p)) in TSAN_INTERCEPTOR() 791 if (DlsymAlloc::PointerIsMine(p)) in TSAN_INTERCEPTOR()
|
| H A D | tsan_rtl_report.cpp | 299 if (a->PointerIsMine((void*)addr)) { in AddLocation()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 213 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 223 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 237 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 252 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 1033 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 860 if (DlsymAlloc::PointerIsMine(ptr)) 874 if (DlsymAlloc::PointerIsMine(ptr)) 895 if (DlsymAlloc::PointerIsMine(ptr)) 923 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr))
|