The Reporting menu provides access to various reporting capabilities that are present in the Memory Validator API:
These tests require a version of the example application linked to the Memory Validator Stub.
The Debug or Release Non Link configurations will disable these menu options.
Reporting menu
...
|
OnMemoryerrorsDumpleakstoafile() Dumps leaks to a file use the API function mvUserDumpLeaks |
|
OnMemoryerrorsDumpleakstoacallbackfunction() Dump leaks to a callback function using mvUserDumpLeaks |
|
OnMemoryerrorsDumpleakstoacallbackfunction2() Dump leaks to a callback function using mvLeakDetect |
|
OnMemoryerrorsDumpuninitialiseddatatoacallbackfunction() Dump uninitialised data to a callback function using mvDetectUninitialised |