gdRealloc 2642 ext/gd/libgd/gd.c im->polyInts = (int *) gdRealloc(im->polyInts, sizeof(int) * im->polyAllocated); gdRealloc 333 ext/gd/libgd/gd_io_dp.c if ((newPtr = gdRealloc(dp->data, required))) { gdRealloc 1930 ext/gd/libgd/gd_topal.c cquantize->fserrors = gdRealloc(cquantize->fserrors, arraysize); gdRealloc 75 ext/gd/libgd/gd_webp.c temp = gdRealloc(filedata, size+GD_WEBP_ALLOC_STEP);