Description: This routine walks the pSOS heap and returns the total amount of heap allocated to the current task ( maybe ). The sum returned does not include the header size, so if you malloc ( 100 ) the returned value will increase by exactly 100, not 100 plus hex 12. If the iLog argument is TRUE, the walk will be logged on stdout followed by a total size display.
To Search:
File list (Check if you may need any files):
heapwalk.c