Please enable JavaScript to view this site.

Memory Validator Help

 

The Reporting menu

 

The Reporting menu provides access to various reporting capabilities that are present in the Memory Validator API:

 

note 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.

 

 

example-reporting

 

 

menu Reporting menu instructionStep ...

 

instructionStep Dump Leaks to a File...

OnMemoryerrorsDumpleakstoafile()

Dumps leaks to a file use the API function mvUserDumpLeaks

instructionStep Dump Leaks to a callback function...

OnMemoryerrorsDumpleakstoacallbackfunction()

Dump leaks to a callback function using mvUserDumpLeaks

instructionStep Dump Leaks to a callback function...

OnMemoryerrorsDumpleakstoacallbackfunction2()

Dump leaks to a callback function using mvLeakDetect

instructionStep Dump uninitialised data to a callback function...

OnMemoryerrorsDumpuninitialiseddatatoacallbackfunction()

Dump uninitialised data to a callback function using mvDetectUninitialised