CMOS
Advanced Member level 3
createimage devc++ -java
Hi,
I am using malloc to dynamically resize 2-D integer array for image processing. But whenever I try to resize the array for values more than 15kb (120x120) memory allocation fails and thus I am not able to process any image greater than 120 x 120 pixels. I am using Turbo C 3.0 operating in DOS Shell from windows.
Is this the maximum memory that can be assigned for a 2-D array? How can I increase it further?
Hi,
I am using malloc to dynamically resize 2-D integer array for image processing. But whenever I try to resize the array for values more than 15kb (120x120) memory allocation fails and thus I am not able to process any image greater than 120 x 120 pixels. I am using Turbo C 3.0 operating in DOS Shell from windows.
Is this the maximum memory that can be assigned for a 2-D array? How can I increase it further?