摘要: I am using visual studio 2008 for developing. My program needs to deal with a huge amount of memory. The error happens when my program try to allocate a 512M float array. Code is the following:int size =512*512*512;float*buffer =newfloat[size];Before this allocation, the program already consumed aro 阅读全文
posted @ 2012-03-02 17:22 gaoxw0511 阅读(1968) 评论(0) 推荐(0) 编辑