MPLAB® Harmony Graphics Suite
|
Frees a block from a fixed heap.
void leFixedHeap_Free( leFixedHeap* heap, void* ptr );
Parameters |
Description |
leFixedHeap* heap |
pointer to the heap object |
void* ptr |
the pointer to free |
leResult
MPLAB® Harmony Graphics Suite
|