Dynamic Memory allocation and Real Time applications
-
I am bit concerned over the issue of fragmentation problem due to dynamic memory allocation in real time applications that have to run for long say 1 year. How to avoid it? What if in some scenario you must dynamically allocate the memory occasionaly of different block size? Any one here, who has developed some performance critical application which runs for long and have addressed these issues? Thanks Muhammad Shoaib Khan http://geocities.com/lansolution
-
I am bit concerned over the issue of fragmentation problem due to dynamic memory allocation in real time applications that have to run for long say 1 year. How to avoid it? What if in some scenario you must dynamically allocate the memory occasionaly of different block size? Any one here, who has developed some performance critical application which runs for long and have addressed these issues? Thanks Muhammad Shoaib Khan http://geocities.com/lansolution
If memory is continually allocated but never freed, the program, and probably most everythying else, will come to a halt.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown