Searched refs:gdRealloc (Results 1 – 5 of 5) sorted by relevance
17 #define gdRealloc(ptr, size) erealloc(ptr, size) macro
75 temp = gdRealloc(filedata, size+GD_WEBP_ALLOC_STEP); in gdImageCreateFromWebpCtx()
333 if ((newPtr = gdRealloc(dp->data, required))) { in gdReallocDynamic()
1930 cquantize->fserrors = gdRealloc(cquantize->fserrors, arraysize);
2653 im->polyInts = (int *) gdRealloc(im->polyInts, sizeof(int) * im->polyAllocated); in gdImageFilledPolygon()
Completed in 26 milliseconds