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

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

C
void leFixedHeap_Destroy(
    leFixedHeap* heap
);
Parameters
Parameters 
Description 
leFixedHeap* heap 
pointer to the heap object 
Returns

leResult

MPLAB® Harmony Graphics Suite