13
edits
Changes
→Notes
The Intel Inspector is a tool that finds the source of memory and threading related errors for C, C++ and Fortran projects.
'''Memory Errors
'''
-Memory leaks
-Memory corruption
-Allocation / de-allocation API mismatches
-Inconsistent memory API usage
-Illegal memory access
-Uninitialized memory read
'''Threading Errors
'''
-Data races: Heap races / Stack races
-Deadlocks
== Steps for using the Intel Inspector ==