• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

READMEH A D21-Feb-20011.4 KiB2520

dbmalloc.cH A D03-May-202213.4 KiB539424

dbmalloc.hH A D08-Jan-20027.6 KiB21788

dmalloc.cH A D03-May-202222.1 KiB836616

dmalloc.hH A D08-Jan-200210.3 KiB270121

heapdiff.cH A D08-Jan-20029.1 KiB343226

heapdiff.hH A D08-Jan-20024.7 KiB13337

mgauge.cH A D08-Jan-20025.4 KiB237136

mgauge.hH A D08-Jan-20023.2 KiB10327

mtrace.cH A D08-Jan-20025.7 KiB223129

mtrace.hH A D08-Jan-20022 KiB8120

README

1README FOR THE MPATROL LIBRARY TOOLS
2
3
4This directory contains the source code for tools that are built on top of the
5mpatrol library.  The functions that are defined in these files are intended to
6be useful for specific applications as well as providing real-world examples of
7how to extend mpatrol.  If you wish to use one of the source files in this
8directory then you should first compile it and then link it into your program
9along with the mpatrol library.
10
11Alternatively, if you've already installed mpatrol on your system then there
12should be an mpatrol subdirectory within the include directory where mpatrol.h
13is installed that contains all of the header files in this directory.  There
14should also be a libmptools library within the library directory where
15libmpatrol is installed that contains an object file for each of the source
16files in this directory.  You can then make use of a particular tool by
17including its header file from the mpatrol include subdirectory and then linking
18with the libmptools library.
19
20If you've written a useful extension to mpatrol then you might wish to submit
21it for inclusion in the next release of mpatrol.  Even if it's just for a
22specific application, there might be other users out there that may benefit
23from it.  You'll even get a credit in the manual!  Note that any documentation
24should be written in the associated header file.
25