Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc282 void *default_dispatch_p = AsanDlSymNext("__libc_malloc_default_dispatch"); in ReplaceSystemMalloc() local
283 if (default_dispatch_p) in ReplaceSystemMalloc()