Published:12/17/2014 Last Updated:12/17/2014
What memory errors in Windows* can Inspector XE find?
Windows Memory Errors
The following table describes the purpose, usefulness, and cost (low, medium, high, or proportional in terms of time and resources) for each analysis type configuration setting. (The settings are listed in alphabetical order.)
Setting |
Purpose, Usefulness, and Cost |
---|---|
Analyze stack accesses |
Available only if Detect invalid memory accesses is selected. Select to analyze invalid and uninitialized accesses to thread stacks. Selecting is useful when:
High cost. Recommendation:
|
Defer memory deallocation(previously called Byte limit before reallocation) |
Available only if Detect invalid memory accesses and Enable enhanced dangling pointer check are selected. Select to have the Intel Inspector prevent freed memory blocks from immediately returning to the pool of available memory. Selecting is useful for discovering if an application tries to use memory after freeing it. High cost if an application is performing many allocations/deallocations. Recommendation: Select to improve analysis quality if the cost is not too high. |
Detect invalid memory accesses(split from Detect invalid/uninitialized accesses) |
Select to detect problems where a read or write instruction references memory that is logically or physically invalid. Selecting is useful to ensure an application accesses only valid memory. Medium cost. Recommendation: Select. NOTEMay change application behavior by initializing memory that may normally be uninitialized. If your application reads this normally uninitialized memory, it may:
|
Detect leaks at application exit(previously called Detect memory leaks upon application exit) |
Select to detect problems where a block of memory is allocated but never released when an application stops executing. Selecting is useful when an application:
Extremely low cost – especially if used only with Remove duplicates selected. Recommendation: Select. |
Detect resource leaks |
Select to detect problems where:
Selecting is useful when analyzing Windows* GUI applications. Low cost. Recommendation: Select the first time you analyze an application and periodically thereafter. |
Detect still-allocated memory at application exit(previously called Report still-allocated memory at application exit) |
Available only if Detect leaks at application exit is selected. Select to detect problems where a still-reachable block of memory is allocated but not released when the application stops executing. Cost is proportional to the number of memory blocks still allocated when the application stops executing. Recommendation: Select to investigate memory growth. |
Detect uninitialized memory reads(split from Detect invalid/uninitialized accesses) |
Available only if Detect invalid memory accesses is selected. Select to detect problems where a read instruction accesses an uninitialized memory location. Selecting is useful when an application:
High cost. Recommendation: Deselect. NOTEMay change application behavior by initializing memory that may normally be uninitialized. If your application reads this normally uninitialized memory, it may:
|
Enable enhanced dangling pointer check |
Available only if Detect invalid memory accesses is selected. Select to detect if an application is trying to access memory after it was logically freed. May be higher cost if an application is performing many allocations/deallocations, and theDefer memory deallocation list value is smaller than the amount of memory the application allocates. Recommendation: Select when an application exhibits unexpected behavior you suspect may be caused by a dangling pointer. NOTE
|
Enable guard zones |
Available only if Detect invalid memory accesses is selected. Use in conjunction with Guard zone size to show offset information if the Intel Inspector detects memory use beyond the end of an allocated block. Selecting is useful when:
Cost is proportional to number of allocations. Recommendation: Select unless:
NOTE
|
Enable memory growth detection(previously called Enable interactive memory growth detection) |
Select to enable the ability to detect if a block of memory is allocated, but not deallocated, within a specific time segment during application execution. Selecting is useful for modeling memory usage patterns and ensuring a transactional application deallocates all memory allocations after a transaction completes. Use in conjunction with the Reset Growth Tracking and Measure Growth buttons during analysis. Low cost. |
Enable on-demand leak detection(previously called Enable on-demand memory leak detection) |
Select to enable the ability to detect if a block of memory is allocated, but not deallocated and not reachable (there is no pointer available to deallocate the bock), within a specific time segment during application execution. Selecting is useful for checking for memory leaks in an application that never exits, or in only the portion of an application for which you are responsible. Use in conjunction with the Reset Leak Tracking and Find Leaks buttons during analysis. Cost is proportional to the number of allocations. |
Guard zone size(previously called Guard zone byte size) |
Available only if Detect invalid memory accesses and Enable guard zones are selected. Use in conjunction with Enable guard zones to set the number of bytes beyond the allocated block of memory the Intel Inspector reserves to identify Invalid memory accessproblems related to the allocation. Setting is useful when:
Cost is proportional to number of allocations. Recommendation: Set unless:
NOTE
|
Maximum number of leaks shown in result (previously called Maximum memory leaks) |
Use to set the maximum number of leaks the Intel Inspector shows in a result after analysis is complete. A zero setting shows all detected memory leaks. Cost is proportional to the number of leaks. Recommendation: Use the default value unless you want an exhaustive list of all leaks. TIPEven the default value can generate an unmanageable number of leaks. Consider sorting the displayed memory leaks by Object Size, fixing the largest leaks, and then re-inspecting your application. Or use the on-demand leak detection feature to narrow your focus and eat the elephant one bite at a time. |
Remove duplicates |
Deselect to show all occurrences of a detected problem in the Code Locations pane. Deselecting is:
Recommendation: Select. |
Revert to previous uninitialized memory algorithm (not recommended) |
Available only if Detect uninitialized memory reads is selected. The current algorithm for detecting uninitialized memory reads decreases false positives but increases analysis time and memory overhead. Select to use the previous version of the algorithm. Recommendation: Deselect. |
Stack frame depth |
Use to provide more or less call stack context for detected errors. A high setting is useful when analyzing highly object-oriented applications. A higher number does not significantly impact cost. Recommendation: Use only as large a value as an application requires to display complete call paths. |
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex.