malloc失败 <br /> 今天遇到了一个问题,malloc失败,下边是其中的一部分代码,在一个循环中:<br /> <br />if(cinfo->num_components == 1)<br /> {<br /> unsigned char* tmpBuf=(unsigned char* )malloc(cinfo->output_width*nPixelSize);<br /> <br /& C/C++ 2023-09-16 42 点赞 0 评论 63 浏览