Memory Profiling for C and C++
Error messages indicate invalid program behavior. These are serious issues you should address before you check in code.
Freeing Freed Memory (FFM)
Freeing Unallocated Memory (FUM)
Freeing Invalid Memory (FIM)
Late Detect Array Bounds Write (ABWL)
Late Detect Free Memory Write (FMWL)
Memory Allocation Failure (MAF)
Core Dump (COR)
Related Topics
Memory Profiling Results | Memory Profiling Settings | Warning Messages