Memory Error Analysis Use Case
Intel® Inspector
is a dynamic memory and threading error checking tool for users developing serial and multithreaded applications on Windows* and Linux* operating systems. This topic is part of a
tutorial
that shows how to find and fix
memory
errors using the
Intel Inspector
and a
C++
sample application.
There are many ways to take advantage of the power and flexibility of the
Intel Inspector
. The following workflow, which shows how to find and fix memory errors in serial or parallel programs, is one way to help maximize your productivity as quickly as possible.

This tutorial implements this workflow in the following manner:
Step 1: Unpack and set up sample for analysis | |
Step 2: Collect result
| |
Step 3: Investigate result
| |
Step 4: Check your work
|