Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp32 return scudoRealloc(ptr, size); in realloc()
H A Dscudo_allocator.h115 void *scudoRealloc(void *Ptr, uptr Size);
H A Dscudo_allocator.cpp715 void *scudoRealloc(void *Ptr, uptr Size) { in scudoRealloc() function