Recent Changes - Search:

edit SideBar

dmalloc

Description

The debug memory allocation or "dmalloc" library has been designed as a drop in replacement for the system's `malloc', `realloc', `calloc', `free' and other memory management routines while providing powerful debugging facilities configurable at runtime. These facilities include such things as memory-leak tracking, fence-post write detection, file/line number reporting, and general logging of statistics. It also provides support for the debugging of threaded programs. Releases and documentation available online at http://dmalloc.com/.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "xlc_r -q64" or "gcc -maix64".

Homepage: http://dmalloc.com/

Current version: 5.5.2-1

Downloads

RPM:

Source RPM:

Package dependencies:

  • none

All versions

Edit - History - Print - Recent Changes - Search
Page last modified on October 28, 2018, at 11:29 PM