memory leak

From: collinm (collinm_at_laboiteaprog.com)
Date: 05/19/05

  • Next message: Chris Croughton: "Re: Translating \ escape codes"
    Date: 19 May 2005 10:54:17 -0700
    
    

    hi

    we have created a little (about 2600 lines) c program to caculate some
    statistic
    this program run on a linux embedded system (sixnet)

    we have used thread in this program

    with the command top we got:

     PID virt res shr
     6258 832 832 660

    after a few time we got
     6258 856 856 676

    it's seem to have a memory leak...

    we don't use maloc, new...
     
    does thread can create this problem?

    thanks


  • Next message: Chris Croughton: "Re: Translating \ escape codes"