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.
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.
To install dmalloc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dmalloc
To see what files were installed by dmalloc, run:
port contents dmalloc
To later upgrade dmalloc, run:
sudo port selfupdate && sudo port upgrade dmalloc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.