I'm currently trying to look for a memory leak checker for the Darwin terminal. I use valgrind and ccmalloc for Linux and bcheck for SunOS but I can't seem to find a nice one for Darwin. There's this program called 'leaks' in the command line but it's irritating since I'd have to use gdb to set...