Open main menu

CDOT Wiki β

Changes

GPU621/Weekender

263 bytes added, 08:10, 28 November 2016
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 ==
13
edits