Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Studio 12.3 Code Analyzer User's Guide Oracle Solaris Studio 12.3 Information Library |
Dynamic memory access checking finds the following types of errors:
ABR: beyond Array Bounds Read
ABW: beyond Array Bounds Write
BFM: Bad Free Memory
BRP: Bad Realloc address Parameter
CGB: Corrupted Guard Block
DFM: Double Freeing Memory
FMR: Freed Memory Read
FMW: Freed Memory Write
IMR: Invalid Memory Read
IMW: Invalid Memory Write
Memory leak
OLP: OverLaPping source and destination
PIR: Partially Initialized Read
SBR: beyond Stack Bounds Read
SBW: beyond Stack Bounds Write
UAR: UnAllocated memory Read
UAW: UnAllocated memory Write
UMR: Unitialized Memory Read
Dynamic memory access checking finds the following types of warnings:
AZS: Allocating Zero Size
Memory leak
SMR: Speculative unitialized Memory Read