Home | History | Annotate | Download | only in ewk

Lines Matching full:realloc

223     void* tmp = realloc(priv->repaints.array, size * sizeof(Eina_Rectangle));
225 CRITICAL("could not realloc repaints array to %zu elements.", size);
269 void* tmp = realloc(priv->scrolls.array, size * sizeof(Ewk_Scroll_Request));
271 CRITICAL("could not realloc scrolls array to %zu elements.", size);