Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc38 static INLINE bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
95 return IsInDlsymAllocPool(ptr); in IsFromLocalPool()
125 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()
135 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
160 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cc70 static bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
128 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return; in __sanitizer_free()
134 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return; in __sanitizer_cfree()
166 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in __sanitizer_realloc()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc81 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()
895 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()