Heap Verifier
Depending on the properties selected the Heap verifier either uses guard pages or memory patterns to check for memory corruption issues in the heap. For more information on page heap, please refer to The Structure of a Page Heap Block.
Heap Verifier Stops
Following is a list of verifier stops that may occur when running the heap verifier against a project:
Error message |
Memory Access Operation in the context of a freed block: reuse-after-delete or double-delete |
Memory Access Operation In The Context Of An Allocated Block: Heap Overrun or Heap Underrun |