Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc33 static bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
48 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
55 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
78 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp37 static inline bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
94 return IsInDlsymAllocPool(ptr); in IsFromLocalPool()
123 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()
133 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
159 if (UNLIKELY(IsInDlsymAllocPool(ptr))) in INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/memprof/
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()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_interceptors.cpp51 static bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
109 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return; in __sanitizer_free()
115 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return; in __sanitizer_cfree()
147 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in __sanitizer_realloc()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp80 static bool IsInDlsymAllocPool(const void *ptr) { in IsInDlsymAllocPool() function
223 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return; in INTERCEPTOR()
230 if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return; in INTERCEPTOR()
879 if (UNLIKELY(IsInDlsymAllocPool(ptr))) { in INTERCEPTOR()