Memory Validator - Analysis
This view provides the ability to query for leaked object, damaged objects,
invalid handles, uninitialised data, find data based on it size, address,
page, file, DLL, heap and function name. Once the data is found the data can
be filtered and data related to any selected can be shown in the lower window.
Data in the lower window can then be promoted to the upper window so that
the same tests can be performed on this data. Using this iterative process
it is possible to find references to 'dead' objects, objects pointing to a
specific object, objects pointed to by a specific object, and so on.
Click
the picture for a larger image.

The above images show the use of being able to determine which other objects
were allocated in the same C++ class as the selected object.

