polyAllocated     140 ext/gd/libgd/gd.c 	im->polyAllocated = 0;
polyAllocated     196 ext/gd/libgd/gd.c 	im->polyAllocated = 0;
polyAllocated    2639 ext/gd/libgd/gd.c 	if (!im->polyAllocated) {
polyAllocated    2641 ext/gd/libgd/gd.c 		im->polyAllocated = n;
polyAllocated    2643 ext/gd/libgd/gd.c 	if (im->polyAllocated < n) {
polyAllocated    2644 ext/gd/libgd/gd.c 		while (im->polyAllocated < n) {
polyAllocated    2645 ext/gd/libgd/gd.c 			im->polyAllocated *= 2;
polyAllocated    2647 ext/gd/libgd/gd.c 		if (overflow2(sizeof(int), im->polyAllocated)) {
polyAllocated    2650 ext/gd/libgd/gd.c 		im->polyInts = (int *) gdRealloc(im->polyInts, sizeof(int) * im->polyAllocated);
polyAllocated     194 ext/gd/libgd/gd.h 	int polyAllocated;