memory leak tool...

May 19, 2005 5 Replies

hi



we developp a c programm in a embedded system (sixnet machine)



i would like to know which tool can use to analyse memory leak



thanks



You're asking this in a Linux Embedded group, so I presume you are using Linux on this board. And under Linux, we have Valgrind.

Regards, Fester

OP is on a sixnet machine, which appears to use PowerPC.

While there exists a Valgrind PowerPC port, it is nowhere near as ready for "production" use as x86 Valgrind is.

Also, VG is very "heavy" and may not run well (op at all) in memory-constrained environments.

Besides, all that's required for memory leak detection is a simple malloc replacement, e.g. dmalloc, ccmalloc, or google malloc

formatting link

Cheers,

In order to understand recursion you must first understand recursion. Remove /-nsp/ for email.

I don't know if this is what you are looking for, but you could compile with mpatrol which is a way to find errors in dynamic memory allocation etc.

formatting link

Maybe this will help:

formatting link

Best Regards,

coll> hi

Maybe this will help:

formatting link

Best Regards,

coll> hi

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required