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

Dumps the contents of a heap to STDOUT.

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

void

MPLAB® Harmony Graphics Suite