Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.h100 void *dfsan_realloc(void *ptr, uptr size);
H A Ddfsan_allocator.cpp223 void *__dfsan::dfsan_realloc(void *ptr, uptr size) { in dfsan_realloc() function in __dfsan
241 return dfsan_realloc(ptr, nmemb * size); in dfsan_reallocarray()
H A Ddfsan_interceptors.cpp58 return dfsan_realloc(ptr, size); in INTERCEPTOR()