.emacs
user space TCP
bleak is a reference-counting malloc-wrapping leak detector. It is based very loosely on memprof. You link it against your binary and it tracks the allocations and frees, and then when it receives a signal it will check your entire address space for references to allocated memory, and print any memory that does not have any references to it. It is thread-safe.

This software is available under the GPL.

bleak.tgz was last modified 09/14/2005 02:02pm PDT.

Available via ViewVC.