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