MPLAB® Harmony Graphics Suite
|
Validates a heap. Validation involves scanning the heap blocks to look for errors. The amount of checking is dependent on the heap debug level. When heap debugging is enabled the heap will use extra memory to store block checksums. These checksums are verified to look for buffer overruns or other errors.
leResult leVariableHeap_Validate( leVariableHeap* heap );
Parameters |
Description |
leVariableHeap* heap |
pointer to the heap object |
leResult
MPLAB® Harmony Graphics Suite
|