Avoiding Dynamic Memory Problems: A New Solution for Developers
One of the most important features of modern computing languages is the ability to dynamically allocate memory blocks. This freedom allows algorithms to be created in much more flexible ways than is possible with static memory allocation. However, this freedom comes with a price. A program does not always use dynamic memory in the manner intended by the developer. As a result, memory leaks, bottlenecks and other problems arise unexpectedly. Traditionally, the only way to counter such problems has been to add a lot of extra code to your application to print out information about the memory blocks that get allocated and freed. Unfortunately, this process is at best tedious and at worst not very informative. This paper will describe the types of dynamic memory problems which developers and end-users frequently encounter. A new tool will be also be described which helps developers solve memory problems quickly and intuitively.
View Entire Paper | Previous Page | White Papers Search
If you found this page useful, bookmark and share it on:
Embedded Star Newsletter
Don't have time to visit Embedded Star everyday? Then sign up for our free newsletter. We'll send you an email when we have something to share with you. Your email address will be kept confidential and we will not share, sell, or rent it to anyone. You can unsubscribe at any time by clicking a link in the email.
If you are familiar with RSS feeds, you can also sign up for our free blog feed. Our RSS feed is updated in real-time while our newsletter is updated daily.