dmalloc
debug memory allocation library (development files and doc)
Install
- All systems
-
curl cmd.cat/dmalloc.sh
- Debian
-
apt-get install libdmalloc-dev
- Ubuntu
-
apt-get install libdmalloc-dev
- Kali Linux
-
apt-get install libdmalloc-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdmalloc-dev
- Raspbian
-
apt-get install libdmalloc-dev
- Dockerfile
- dockerfile.run/dmalloc
libdmalloc-dev
debug memory allocation library (development files and doc)
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. This package contains the static libraries and documentation.