Open main menu

CDOT Wiki β

Changes

DPS921/Intel Parallel Studio Inspector

3 bytes added, 01:30, 29 November 2020
Different Memory level
Detect Leaks: just tracks whether the memory allocating gets deallocated.
 
Detect Memory Problems: Expands on detect leaks by also detecting bad interaction of memory such as invalid memory access, as well as enabling real time analysis.
 
Locate Memory Problems: Is similar to detect memory problems but more detailed. With a deeper default stack frame depth and guard zones which shows offsets of memory accesses of allocated blocks.
 
In the inspector the button “Reset Leak Tracking”, stops tracking all currently allocated memory for leaks, discarding associated tracking data without reporting it.
The button “Find Leaks” creates a report on the leak status of all currently allocated memory, then stops tracking those blocks.
150
edits