Rebuild and Rerun Analysis
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.
To check if your edits fixed the
Mismatched allocation/deallocation
problem:
Rebuild the Application
In the terminal session:
- Change directory to thetachyon_insp_xe/directory.
- Typemake.
Rerun the Analysis
To run another analysis of the same analysis type:
In the
Intel Inspector
standalone GUI, choose
.
Notice the application output now displays properly.
The
Summary
window automatically displays after analysis (both collection and finalization) completes successfully:

Notice the
Intel Inspector
:
- Created a new result tab:r002mi2.
- No longer detects theMismatched allocation/deallocationproblemin the.find_and_fix_memory_errors.cppsource file