Mpatrol
Encyclopedia : M : MP : MPA : Mpatrol
- The correct title of this } is }}}. The initial letter is capitalized due to [Naming conventions #Lower case first lettertechnical restrictions].
mpatrol is a memory handling library developed by Graeme S. Roy. It serves as a
memory debugger in that it allows the programmer to detect memory access errors and memory leaks. The library replaces the calls to
malloc() and free() in a
C program with calls to its own functions that serve as wrappers around the system calls. Functions defined by mpatrol monitor and log every program's memory access and detects possible memory access errors. mpatrol can be used under many varieties of
Unix and
Linux and on
Windows.
mpatrol is GPLed free software.
External links
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.