📄 readme
字号:
-------------------------------------------------------------------------------Debug Malloc Library********************Version 5.4.2 - October 2004The debug memory allocation or "dmalloc" library has been designed as adrop in replacement for the system's `malloc', `realloc', `calloc',`free' and other memory management routines while providing powerfuldebugging facilities configurable at runtime. These facilities includesuch things as memory-leak tracking, fence-post write detection,file/line number reporting, and general logging of statistics. The library is reasonably portable having been run successfully on atleast the following operating systems: AIX, DGUX, Free/Net/OpenBSD,GNU/Hurd, HPUX, Irix, Linux, Mac OSX, NeXT, OSF/DUX, SCO, Solaris,Ultrix, Unixware, MS Windows, and Unicos on a Cray T3E. It alsoprovides support for the debugging of threaded programs. *Note UsingWith Threads::. The package includes the library, configuration scripts, debugutility application, test program, and documentation. Onlinedocumentation as well as the full source is available at URL`http://dmalloc.com/'. Details on the library's mailing list areavailable there as well. Please use the forums at URL `http://dmalloc.com/forums/' to discussany problems or to request features. If you are still having problems,the author can be reached via his home page at URL`http://256.com/gray/' with questions or feedback. Please include theversion number of the library that you are using, your machine andoperating system types, and the value of the DMALLOC_OPTIONS environmentvariable. Gray Watson.-------------------------------------------------------------------------------See the INSTALL file for building, installation, and quick-start notes.-------------------------------------------------------------------------------DOCUMENTATION:Examine the dmalloc.html file which contains the user-documentationfor the dmalloc subsystem. There also is an dmalloc.info file whichcan be installed in the emacs info directory and read with emacs/infoor the info program available from the texinfo package at GNU archivesites. It is also suitable for reading as text. The source of alldocumation is the dmalloc.texi texinfo file which also can generatepostscript or TeX hardcopy output with the help of the texinfo.texfile. You can download the full documentation package or read itonline from the repository. http://dmalloc.com/-------------------------------------------------------------------------------ARGV LIBRARY:My argv library should have been included with this package(argv.[ch], argv_loc.h). I use it with all my binaries. It functionssimilar to the getopt routines in that it provides a standardized wayof processing arguments. However, that is where the similarity ends.You have to write no C code to do the actual processing, it handlesshort -l and long --logfile style options, gives standard short andlong usage messages, and many other features while trying to complywith POSIX specs.The newest versions of the argv library are available on the web: http://256.com/sources/argv/-------------------------------------------------------------------------------THANKS:Many net folk contributed to the design, development, and overalllibrary and my thanks goes out to them all.-------------------------------------------------------------------------------AUTHOR:If you have any questions, comments, or problems feel free to send memail.Gray Watsonhttp://256.com/gray/-------------------------------------------------------------------------------$Id: README.1,v 1.58 2000/03/30 19:31:56 gray Exp $-------------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -