Platform Package reference: Function EwVerifyHeap()

Description of the function EwVerifyHeap() available in all Platform Packages for C compatible target systems. This function is intended to be used when integrating the Embedded Wizard created GUI application with the underlying graphics subsystem, graphics hardware or other external GUI applications coexisting on the same system.

Declaration

int EwVerifyHeap( void )

Discussion

The function EwVerifyHeap() exists for debugging purpose. It evaluates the contents of all memory pools managed actually be the heap manager with the aim to verify whether the heap is coherent. In case the verification were successful, the function returns != 0 (zero). Otherwise an adequate messages is reported and the function returns 0.