Guest_imported
New member
- Jan 1, 1970
- 0
Hi
I am encountering a problem with the mallloc stataement in my code . Though the memory usage in my program is low and the count of the memory dynamically allocated by me is close to 17K, (which is a very small memory size as compared to the max heap size), the malloc statement is returning a NULL.
Can anyone tell me how to solve this problem.
pc17
I am encountering a problem with the mallloc stataement in my code . Though the memory usage in my program is low and the count of the memory dynamically allocated by me is close to 17K, (which is a very small memory size as compared to the max heap size), the malloc statement is returning a NULL.
Can anyone tell me how to solve this problem.
pc17