Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp89 static void *ReallocFromLocalPool(void *ptr, uptr size) { in ReallocFromLocalPool() function
142 return ReallocFromLocalPool(ptr, size); in INTERCEPTOR()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp91 static void *ReallocFromLocalPool(void *ptr, uptr size) { in ReallocFromLocalPool() function
144 return ReallocFromLocalPool(ptr, size); in INTERCEPTOR()