gdMalloc 139 ext/gd/libgd/gd.c im->pixels = (unsigned char **) gdMalloc(sizeof(unsigned char *) * sy);
gdMalloc 140 ext/gd/libgd/gd.c im->AA_opacity = (unsigned char **) gdMalloc(sizeof(unsigned char *) * sy);
gdMalloc 193 ext/gd/libgd/gd.c im = (gdImage *) gdMalloc(sizeof(gdImage));
gdMalloc 195 ext/gd/libgd/gd.c im->tpixels = (int **) gdMalloc(sizeof(int *) * sy);
gdMalloc 196 ext/gd/libgd/gd.c im->AA_opacity = (unsigned char **) gdMalloc(sizeof(unsigned char *) * sy);
gdMalloc 2363 ext/gd/libgd/gd.c stx = (int *) gdMalloc (sizeof (int) * srcW);
gdMalloc 2364 ext/gd/libgd/gd.c sty = (int *) gdMalloc (sizeof (int) * srcH);
gdMalloc 2632 ext/gd/libgd/gd.c im->polyInts = (int *) gdMalloc(sizeof(int) * n);
gdMalloc 2723 ext/gd/libgd/gd.c im->style = (int *) gdMalloc(sizeof(int) * noOfPixels);
gdMalloc 3027 ext/gd/libgd/gd.c src->tpixels = (int **) gdMalloc(sizeof(int *) * sy);
gdMalloc 3037 ext/gd/libgd/gd.c src->tpixels[y] = (int *) gdMalloc(sx * sizeof(int));
gdMalloc 886 ext/gd/libgd/gd_interpolation.c res = (LineContribType *) gdMalloc(sizeof(LineContribType));
gdMalloc 892 ext/gd/libgd/gd_interpolation.c res->ContribRow = (ContributionType *) gdMalloc(line_length * sizeof(ContributionType));
gdMalloc 895 ext/gd/libgd/gd_interpolation.c res->ContribRow[u].Weights = (double *) gdMalloc(windows_size * sizeof(double));
gdMalloc 75 ext/gd/libgd/gd_io_dp.c ctx = (dpIOCtx *) gdMalloc (sizeof (dpIOCtx));
gdMalloc 187 ext/gd/libgd/gd_io_dp.c dp = (dynamicPtr *) gdMalloc (sizeof (dynamicPtr));
gdMalloc 278 ext/gd/libgd/gd_io_dp.c dp->data = gdMalloc(initialSize);
gdMalloc 340 ext/gd/libgd/gd_io_dp.c newPtr = gdMalloc(required);
gdMalloc 53 ext/gd/libgd/gd_io_file.c ctx = (fileIOCtx *) gdMalloc(sizeof (fileIOCtx));
gdMalloc 54 ext/gd/libgd/gd_io_ss.c ctx = (ssIOCtxPtr) gdMalloc (sizeof (ssIOCtx));
gdMalloc 255 ext/gd/libgd/gd_png.c if ((palette = (png_colorp) gdMalloc (256 * sizeof (png_color))) == NULL) {
gdMalloc 733 ext/gd/libgd/gd_png.c row_pointers[j] = (png_bytep) gdMalloc(width);
gdMalloc 169 ext/gd/libgd/gdcache.c map = (key_value_t *) gdMalloc (sizeof (key_value_t));
gdMalloc 547 ext/gd/libgd/gdft.c a = (tweencolor_t *) gdMalloc (sizeof (tweencolor_t));
gdMalloc 914 ext/gd/libgd/gdft.c tmpstr = (char *) gdMalloc(BUFSIZ);
gdMalloc 593 ext/gd/libgd/gdkanji.c t = (unsigned char *) gdMalloc (BUFSIZ);
gdMalloc 616 ext/gd/libgd/gdkanji.c output = (unsigned char *) gdMalloc (BUFSIZ);
gdMalloc 116 ext/gd/libgd/wbmp.c if ((wbmp = (Wbmp *) gdMalloc (sizeof (Wbmp))) == NULL)
gdMalloc 156 ext/gd/libgd/wbmp.c if ((wbmp = (Wbmp *) gdMalloc (sizeof (Wbmp))) == NULL)