dynamic memory allocation problem

Posted by wantobegeek on Stack Overflow See other posts from Stack Overflow or by wantobegeek
Published on 2010-04-10T05:34:21Z Indexed on 2010/04/10 5:43 UTC
Read the original article Hit count: 246

Filed under:

i am working on a program that requires me to make use of 4 matrices sized [1000][1000]. i have created them using malloc().But when I try running the program ..it just crashes and the memory usage shoots upto 2.5 GB.Pls suggest any solution as soon as possible.I wud be grateful..

© Stack Overflow or respective owner

Related posts about malloc