On Wed, Sep 30, 2009 at 11:10 AM, Balachandar
<[email protected]> wrote:
>   I have some optimized c code snippets. I want to know how much memory it
> takes before and after optimization.Is there any tool for it??

There are many tools to choose from:
    http://en.wikipedia.org/wiki/Memory_debugger

Valgrind is a popular choice.

GNU libc malloc has some debugging functionality built in, see the
malloc(3) man page.

- Raja
_______________________________________________
To unsubscribe, email [email protected] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to