memory-leaks
Yeah, the info on flipcode is excellent. I had a pretty bad memory leak in my game about a month ago. I used the technique described on the flipcode article and it worked very well. I was really surprised to see how much memory my program was allocating and not releasing. It''s kind of fun to track everything down and see the "unfreed memory" number drop further and further ...at least to a coding geek like me
It did turn out that there was a memory leak which was the main one causing the problems which couldn''t be detected as defined by the article. I can''t remember exactly what the cause was. But although the technique didn''t point it out directly, it lead me to it.
It did turn out that there was a memory leak which was the main one causing the problems which couldn''t be detected as defined by the article. I can''t remember exactly what the cause was. But although the technique didn''t point it out directly, it lead me to it.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement