background image
<< How Memory Profiling for C and C++ Works | Freeing Freed Memory >>
<< How Memory Profiling for C and C++ Works | Freeing Freed Memory >>

Memory Profiling Error Messages

Test RealTime - User Guide
Where:
·
Allocated is the total memory allocated during the execution of the application
·
Unfreed is the memory that remains allocated after the application was
terminated
·
Maximum is the highest memory usage encountered during execution
Detailed Report
The detailed section of the report lists memory usage events, including the following
errors and warnings:
·
Error messages
·
Warning messages
Memory Profiling Error Messages
Error messages indicate invalid program behavior. These are serious issues you
should address before you check in code.
List of Memory Profiling Error Messages
·
Freeing Freed Memory (FFM)
·
Freeing Unallocated Memory (FUM)
·
Late Detect Array Bounds Write (ABWL)
·
Late Detect Free Memory Write (FMWL)
·
Memory Allocation Failure (MAF)
68