summaryrefslogtreecommitdiff
path: root/schulung_tools/malloc/README.txt
AgeCommit message (Collapse)Author
2019-03-28schulung_tools: rename/modify malloc to avoid system()John Ogness
A more complex but cleaner implementation of retrieving/printing the stats has been implemented. The implementation is put into a separate stats.c file so that the main program (malloc.) can be easily reviewed to see what the program is doing. Signed-off-by: John Ogness <john.ogness@linutronix.de>