mpatrol.lsm

来自「debug source code under unix platform.」· LSM 代码 · 共 30 行

LSM
30
字号
Begin4Title:          mpatrolVersion:        1.4.8Entered-date:   2002-01-08Description:    A link library that attempts to diagnose run-time errors that                are caused by the wrong use of dynamically allocated memory.                Along with providing a comprehensive and configurable log of                all dynamic memory operations that occurred during the                lifetime of a program, the mpatrol library performs extensive                checking to detect any misuse of dynamically allocated memory.                All of this functionality can be integrated into existing code                through the inclusion of a single header file at compile-time.                All logging and tracing output from the mpatrol library is                sent to a separate log file in order to keep its diagnostics                separate from any that the program being tested might                generate.  A wide variety of library settings can also be                changed at run-time via an environment variable, thus removing                the need to recompile or relink in order to change the                library's behaviour.Keywords:       mpatrol malloc realloc free new delete library allocate                allocation trace tracing debug debugging dynamic memoryAuthor:         graeme.roy@analog.com (Graeme S. Roy)Maintained-by:  graeme.roy@analog.com (Graeme S. Roy)Primary-site:   www.cbmamiga.demon.co.uk mpatrol/files                4.2M mpatrol_1.4.8.tar.gzAlternate-site: metalab.unc.edu pub/Linux/devel/lang/c                4.2M mpatrol-1.4.8.tar.gzCopying-policy: GPLEnd

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?