Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp205 void *default_dispatch_p = AsanDlSymNext("__libc_malloc_default_dispatch"); in ReplaceSystemMalloc() local
206 if (default_dispatch_p) in ReplaceSystemMalloc()