Memory Validator - Allocation Coverage
If you are testing your application's memory allocation usage you need to
know that all the places in your application that allocate and deallocate
memory have been visited. The coverage analyzer provides this facility. Memory
allocation and deallocation locations can be given a ranking, so that you
can decide if a given location will always be visited, or only visited under
certain conditions, or only under error conditions. You can tailor each location
so that memory cleanup clauses that are only visited when errors occur do
not skew your testing results.
This picture shows the memory allocation coverage
dialog.
Click the picture
for a larger image.


