polyAllocated 142 ext/gd/libgd/gd.c im->polyAllocated = 0; polyAllocated 198 ext/gd/libgd/gd.c im->polyAllocated = 0; polyAllocated 2641 ext/gd/libgd/gd.c if (!im->polyAllocated) { polyAllocated 2643 ext/gd/libgd/gd.c im->polyAllocated = n; polyAllocated 2645 ext/gd/libgd/gd.c if (im->polyAllocated < n) { polyAllocated 2646 ext/gd/libgd/gd.c while (im->polyAllocated < n) { polyAllocated 2647 ext/gd/libgd/gd.c im->polyAllocated *= 2; polyAllocated 2649 ext/gd/libgd/gd.c if (overflow2(sizeof(int), im->polyAllocated)) { polyAllocated 2652 ext/gd/libgd/gd.c im->polyInts = (int *) gdRealloc(im->polyInts, sizeof(int) * im->polyAllocated); polyAllocated 194 ext/gd/libgd/gd.h int polyAllocated;