Home
last modified time | relevance | path

Searched refs:scudoRealloc (Results 1 – 3 of 3) 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