gdRealloc        2644 gd/libgd/gd.c  		im->polyInts = (int *) gdRealloc(im->polyInts, sizeof(int) * im->polyAllocated);
gdRealloc         333 gd/libgd/gd_io_dp.c 	if ((newPtr = gdRealloc(dp->data, required))) {
gdRealloc        1930 gd/libgd/gd_topal.c   cquantize->fserrors = gdRealloc(cquantize->fserrors, arraysize);