dynamic memory allocation problem
- by wantobegeek
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..