SEGGER News

2023 |
Apr. 21
SystemView, Press Releases
Author:

SEGGER’s SystemView adds heap monitoring

SystemView, SEGGER’s real-time recording, visualization, and analysis tool for embedded systems, can now monitor how applications use dynamic storage. Usage information is presented intuitively, making it obvious when memory has been allocated but not freed.

In many cases, memory can be allocated for the lifetime of the application without an issue. The problem occurs when the peak load of the heap increases over time. In such a case, the application is probably leaking memory and will eventually run into trouble. With SystemView’s heap monitor, it is easy to see such changes and where allocations are made, providing clues as to where the leak might be. In addition, SystemView can monitor multiple heaps simultaneously.

“Dynamic storage is becoming more widely used in embedded systems,“ says Rolf Segger, founder of SEGGER. “Engineers used to try and avoid it because of the difficulty in monitoring usage. As is often the case, this SystemView enhancement grew out of customer requests for this feature. With SystemView, monitoring and managing dynamic storage has changed from being something to avoid, to being something manageable.”

For applications using the C or C++ heap, multiple custom heaps, or memory pool objects offered by an RTOS, SystemView can trace how these are used over time. Each block of memory is tagged and this tag is maintained in the SystemView application. This aligns with SEGGER's philosophy of minimizing target resource requirements as there is minimal added strain on the target.

To test SystemView, simply download and go. Under SEGGER's Friendly License, SystemView can be downloaded without registration and be used free of charge for educational and non-commercial purposes, as well as be evaluated on all platforms without code size, feature, or time limitations.

For more information on SystemView, please visit: www.segger.com/systemview