U ucool macrumors newbie Original poster May 17, 2007 5 0 Jun 12, 2007 #1 The former programmer left, and I suspect there are memory leaks in his code. Is there some tools I can use to detect memory leak except ObjectAlloc and MallocDebug?
The former programmer left, and I suspect there are memory leaks in his code. Is there some tools I can use to detect memory leak except ObjectAlloc and MallocDebug?
S szymczyk macrumors regular Mar 5, 2006 188 17 Jun 12, 2007 #2 Take a look at the command-line tool leaks, which checks for memory leaks.