Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc108 static void *ReallocFromLocalPool(void *ptr, uptr size) { in ReallocFromLocalPool() function
161 return ReallocFromLocalPool(ptr, size); in INTERCEPTOR()