MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > f) Memory Functions > leVariableHeap_Validate Function
MPLAB® Harmony Graphics Suite
leVariableHeap_Validate Function

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.

C
leResult leVariableHeap_Validate(
    leVariableHeap* heap
);
Parameters
Parameters 
Description 
leVariableHeap* heap 
pointer to the heap object 
Returns

leResult

MPLAB® Harmony Graphics Suite