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 check tool.
Parameters
Option |
Input/Output |
Description |
|---|---|---|
ptr |
Input |
Address of released memory. |
Return
None
Example
None.
Parent topic: sanitizer APIs