short for | : | debug malloc |
是什么 ? | : | 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. |
开发语言 | : | C |
官方主页 | : | https://dmalloc.com |
源码仓库 | : | https://github.com/j256/dmalloc |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | vcpkg | vcpkg install dmalloc vcpkg install dmalloc:x64-osx vcpkg install dmalloc:x64-linux vcpkg install dmalloc:x64-windows |
macOS | HomeBrew | brew install dmalloc |
GNU/Linux | HomeBrew | brew install dmalloc |
apt | sudo apt-get install -y libdmalloc1 libdmalloc1-dev | |
CentOS | yum | sudo yum install -y dmalloc dmalloc-devel |
dnf | sudo dnf install -y dmalloc dmalloc-devel | |
openSUSE | zypper | sudo zypper install -y dmalloc libdmalloc-devel |
Alpine Linux | apk | sudo apk add dmalloc dmalloc-dev |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge dmalloc |