SanitizerReportFree
Description
Manually reports the GM release information.
Prototype
void SanitizerReportFree(void *ptr);
This interface is the encapsulation of the __sanitizer_report_free interface. The __sanitizer_report_free interface is a weak function and takes effect only when the user program is started by the detection tool.
Parameters
Option |
Input/Output |
Description |
|---|---|---|
ptr |
Input |
Address of released memory. |
Return
None
Example
None.
Parent topic: msSanitizer External APIs