Short: Debugging tool for misbehaving mallocs. Author: Bjorn Benson Architecture: m68k-amigaos Source: Fish collection Ever have a program that corrupts it's own memory? Well, this little gem can help you find the problem in a hurry. Acts as an interface between your program and the real malloc, checking for overrun, underrun, and duplicate freeing of malloc'd space.