📄 mpatrol.readme
字号:
Short: Memory allocation debug library. V1.4.8.Uploader: graeme.roy@analog.com (Graeme Roy)Author: graeme.roy@analog.com (Graeme Roy)Type: dev/debugThe mpatrol library is yet another link library that attempts to diagnoserun-time errors that are caused by the wrong use of dynamically allocatedmemory. If you don't know what the malloc() function or operator new[] dothen this library is probably not for you. You have to have a certainamount of programming expertise and a knowledge of how to run a commandline compiler and linker before you should attempt to use this.Along with providing a comprehensive and configurable log of all dynamicmemory operations that occurred during the lifetime of a program, thempatrol library performs extensive checking to detect any misuse ofdynamically allocated memory. All of this functionality can be integratedinto existing code through the inclusion of a single header file atcompile-time. On UNIX and Windows platforms (and AmigaOS when using gcc)this may not even be necessary as the mpatrol library can be linked withexisting object files at link-time or, on some platforms, even dynamicallylinked with existing programs at run-time.All logging and tracing output from the mpatrol library is sent to aseparate log file in order to keep its diagnostics separate from any thatthe program being tested might generate. A wide variety of library settingscan also be changed at run-time via an environment variable, thus removingthe need to recompile or relink in order to change the library's behaviour.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -