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

Destroys a variable heap object. All pointers that are allocated from this heap should be considered invalid.

C
void leVariableHeap_Destroy(
    leVariableHeap* heap
);
Parameters
Parameters 
Description 
leVariableHeap* heap 
pointer to the heap object 
Returns

leResult

MPLAB® Harmony Graphics Suite