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 ...
Dump Leaks to a File... |
OnMemoryerrorsDumpleakstoafile() Dumps leaks to a file use the API function mvUserDumpLeaks |
Dump Leaks to a callback function... |
OnMemoryerrorsDumpleakstoacallbackfunction() Dump leaks to a callback function using mvUserDumpLeaks |
Dump Leaks to a callback function... |
OnMemoryerrorsDumpleakstoacallbackfunction2() Dump leaks to a callback function using mvLeakDetect |
Dump uninitialised data to a callback function... |
OnMemoryerrorsDumpuninitialiseddatatoacallbackfunction() Dump uninitialised data to a callback function using mvDetectUninitialised |