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

Dumps the contents of a heap to STDOUT.

C
void leVariableHeap_Dump(
    leVariableHeap* heap, 
    leBool dumpRecords
);
Parameters
Parameters 
Description 
leVariableHeap* heap 
pointer to the heap object 
leBool dumpRecords 
set to true to dump the actual block data arrays 
Returns

void

MPLAB® Harmony Graphics Suite