Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.h52 void *scudoRealloc(void *Ptr, uptr Size);
Dscudo_interceptors.cpp36 return scudoRealloc(ptr, size); in INTERCEPTOR()
Dscudo_allocator.cpp550 void *scudoRealloc(void *Ptr, uptr Size) { in scudoRealloc() function
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp32 return scudoRealloc(ptr, size); in realloc()
Dscudo_allocator.h115 void *scudoRealloc(void *Ptr, uptr Size);
Dscudo_allocator.cpp711 void *scudoRealloc(void *Ptr, uptr Size) { in scudoRealloc() function