  1. Memory already freed
  2. Memory already freed
  3. realloc failed block is already freed
  4. Memory never allocated (NULL pointer)
  5. Memory already freed
  6. Memory already freed
  7. allocation=new/release mismatch may cause problem
  8. realloc may fail, block was created by new
  9. Memory never allocated (NULL pointer)
 10. allocation=new/release mismatch may cause problem
 11. allocation=new[]/release mismatch may cause problem
 12. allocation=new[]/release mismatch may cause problem

2 file mappings created
2 mappings views created

22 items allocated
7 items reallocated
17 items freed
5 items remained in memory
12 messages generated


Allocation by type
==================
Function malloc called 9 times
Function calloc called 5 times
Operator new called 5 times
Operator new[] called 3 times


Free by type
============
Function free called 10 times
Operator delete called 6 times
Operator delete[] called 1 times


Realloc by type
===============
Function realloc called 9 times

File Mapping summary
=======================
function CreateFileMapping called 2 times
function MapViewOfFile called 2 times
function UnmapViewOfFile called 2 times
function FlushViewOfFile called 2 times
