/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 | 28 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 | 233 bool PointerIsMine(const void *p) const { in PointerIsMine() function 275 CHECK(PointerIsMine(p)); in GetActuallyAllocatedSize()
|
H A D | sanitizer_malloc_mac.inc | 222 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 | 50 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 58 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 80 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|
H A D | asan_allocator.cpp | 714 !get_allocator().PointerIsMine(ptr)) { in Deallocate()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocation_functions.cpp | 87 if (DlsymAlloc::PointerIsMine(ptr)) in __sanitizer_free() 97 if (DlsymAlloc::PointerIsMine(ptr)) in __sanitizer_cfree() 133 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/dfsan/ |
H A D | dfsan_interceptors.cpp | 58 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 72 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 80 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_malloc_linux.cpp | 48 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 63 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_rtl_report.cpp | 299 if (a->PointerIsMine((void*)addr)) { in AddLocation()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 274 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 292 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 82 if (DlsymAlloc::PointerIsMine(p)) in INTERCEPTOR() 97 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 216 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 226 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() 1007 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
|