Searched refs:gdRealloc (Results 1 – 6 of 6) sorted by relevance
17 #define gdRealloc(ptr, size) erealloc(ptr, size) macro
52 temp = gdRealloc(filedata, size+GD_WEBP_ALLOC_STEP); in gdImageCreateFromWebpCtx()
336 if ((newPtr = gdRealloc(dp->data, required))) { in gdReallocDynamic()
191 reader->rodata.data = gdRealloc((void *) reader->rodata.data, size); in readFromCtx()
1543 cquantize->fserrors = gdRealloc(cquantize->fserrors, arraysize); in gdImageTrueColorToPaletteBody()
2764 im->polyInts = (int *) gdRealloc(im->polyInts, sizeof(int) * im->polyAllocated); in gdImageFilledPolygon()
Completed in 34 milliseconds