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

Frees a block from a variable heap.

C
void leVariableHeap_Free(
    leVariableHeap* heap, 
    void* ptr
);
Parameters
Parameters 
Description 
leVariableHeap* heap 
pointer to the heap object 
void* ptr 
the pointer to free 
Returns

leResult

MPLAB® Harmony Graphics Suite