Home | History | Annotate | Download | only in gregbook

Lines Matching refs:malloc

628     rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height);
634 rpng2_info.row_pointers = (uch **)malloc(rpng2_info.height * sizeof(uch *));
681 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
826 bg_data = (uch *)malloc(bg_rowbytes * rpng2_info.height);