How do i use ccmalloc to track memory leaks? I tried to use it as writen in the file USAGE in the docs, on a new with no delete (to see how it works). But i got nothing. I tried: gcc -lg++ -stdc++ -lccmaloc -ldl test.C gcc -lccmalloc -ldl test.C g++ -lccmalloc -ldl test.C trying -lccmalloc.o or ccmalloc.o BTW gave a massage that the linker couldn't find ccmalloc.o Thanx [EMAIL PROTECTED]
- Re: using ccmalloc Micha Feigin
- Re: using ccmalloc Micha Feigin