Using MALLOC_DEBUG to find memory misuse. Richard Mudgett No Comments Asterisk’s MALLOC_DEBUG is a compile time tool that helps find some common memory usage problems such as memory corruption and memory leaks. The debug tool Read More