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