Open main menu

CDOT Wiki β

Changes

DPS921/Intel Parallel Studio Inspector

559 bytes added, 20:31, 29 November 2020
Pointer Miss Management {Memory Leak}
}
</syntaxhighlight>
 
As can be seen Below the Intel Parallel Inspector debugging tool was not fooled by the attempt to misguide it and effectively detected the leak. However it should also be pointed out that it did not detect where the leak occurs, but instead, where the pointer which is leaking is instantiated, furthermore, the debugging tool seems to be misdiagnosing memory errors having to do with improper instantiation, where none exist. This can be caused by the nature of the array having the same signature as a 2D array but being treated as a one dimensional array.
[[File:FalsePositive.png]]
150
edits