Thread: Freeing memory

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    Can you run your code through a leak checker like Valgrind?

  2. #2
    Registered User
    Join Date
    Apr 2010
    Location
    Vancouver
    Posts
    132
    Quote Originally Posted by MutantJohn View Post
    Can you run your code through a leak checker like Valgrind?
    I've never heard of a leack checker. How does it work?

  3. #3
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Quote Originally Posted by c_weed View Post
    I've never heard of a leack checker. How does it work?
    Why ask when you can search?

    Valgrind - Wikipedia, the free encyclopedia
    Valgrind

    One of the important skills in a programmers repertoire is searching out information. This was an easy one.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dynamic memory and realloc(), freeing memory
    By C_Sparky in forum C Programming
    Replies: 6
    Last Post: 10-06-2010, 07:55 PM
  2. Freeing memory
    By vbdave78 in forum C Programming
    Replies: 7
    Last Post: 11-18-2009, 12:56 PM
  3. Freeing memory
    By C_ntua in forum C Programming
    Replies: 17
    Last Post: 06-29-2008, 04:42 AM
  4. freeing memory
    By bartleby84 in forum C Programming
    Replies: 1
    Last Post: 04-17-2007, 01:29 AM
  5. freeing memory
    By mart_man00 in forum C Programming
    Replies: 1
    Last Post: 04-27-2003, 08:51 PM