gdRealloc        3269 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);