Description: This is the set of files and directories for running the example code theat
is part of the memory leak detection software. It consists of four directories.
They are:
dmalloc- files for building and running dmalloc_test program
memwatch- files for building and running memwatch_test program
mtrace- files for building and running the mtrace_test program
tests- common source file for all the tests
- [malloc.tar] - memory allocation function of packaging,
- [mTrack] - Embedded System memory leak checking lib
File list (Check if you may need any files):
examples
........\dmalloc
........\.......\dmalloc_setup
........\.......\dmalloc_tokens.txt
........\.......\Makefile
........\.......\README
........\memwatch
........\........\Makefile
........\........\memwatch.c
........\........\memwatch.h
........\........\README
........\mtrace
........\......\Makefile
........\......\README
........\......\run_mtrace
........\README
........\tests
........\.....\my_test.c