How to increase internal heap
Hi.
I have got 1 question How to increase internal heap in Microsoft visual c++ compilator?
December 23, 2001 11:17 AM
keyword "delete"
You may be relying a little too much on dynamic memory allocation. It isn''t always the best way to go. Go back and take a look at your code. Are there places you could us standard arrays?
You may be relying a little too much on dynamic memory allocation. It isn''t always the best way to go. Go back and take a look at your code. Are there places you could us standard arrays?
I really must increase internal heap, becouse my program will take 2* my current memory(or even more) (((((((
I really must increase internal heap, becouse my program will take 2* my current memory(or even more) (((((((
December 23, 2001 03:38 PM
hack the C library. I''m not sure than MS'' is providing the source though.
December 24, 2001 08:58 AM
I''m not sure I understand exactly what you''re asking. It sounds to me like you are asking for a way to create memory out of thin air. Unless I''m having a blond moment, that isn''t possible. You have to go buy more. Or like was said earlier, free up some of what you''ve used.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement