OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInDlsymAllocPool
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_linux.cc
38
static INLINE bool
IsInDlsymAllocPool
(const void *ptr) {
95
return
IsInDlsymAllocPool
(ptr);
125
if (UNLIKELY(
IsInDlsymAllocPool
(ptr))) {
135
if (UNLIKELY(
IsInDlsymAllocPool
(ptr)))
160
if (UNLIKELY(
IsInDlsymAllocPool
(ptr)))
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc
81
static bool
IsInDlsymAllocPool
(const void *ptr) {
224
if (!ptr || UNLIKELY(
IsInDlsymAllocPool
(ptr))) return;
231
if (!ptr || UNLIKELY(
IsInDlsymAllocPool
(ptr))) return;
895
if (UNLIKELY(
IsInDlsymAllocPool
(ptr))) {
Completed in 36 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025