Searched refs:scudoRealloc (Results 1 – 6 of 6) sorted by relevance
52 void *scudoRealloc(void *Ptr, uptr Size);
36 return scudoRealloc(ptr, size); in INTERCEPTOR()
550 void *scudoRealloc(void *Ptr, uptr Size) { in scudoRealloc() function
32 return scudoRealloc(ptr, size); in realloc()
115 void *scudoRealloc(void *Ptr, uptr Size);
711 void *scudoRealloc(void *Ptr, uptr Size) { in scudoRealloc() function