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