Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp26 static bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
76 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) in __sanitizer_free()
83 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) in __sanitizer_cfree()
114 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in __sanitizer_realloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp37 static inline bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
106 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()
116 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
141 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp54 static bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
75 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()
99 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
105 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp36 static inline bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
107 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()
117 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
143 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp81 static bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
224 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return; in INTERCEPTOR()
231 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return; in INTERCEPTOR()
880 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()