memory leak
From: collinm (collinm_at_laboiteaprog.com)
Date: 05/19/05
- Previous message: Ni_at_m: "Re: apache fork"
- Next in thread: Andrei Voropaev: "Re: memory leak"
- Reply: Andrei Voropaev: "Re: memory leak"
- Reply: Chris Croughton: "Re: memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Ni_at_m: "Re: apache fork"
- Next in thread: Andrei Voropaev: "Re: memory leak"
- Reply: Andrei Voropaev: "Re: memory leak"
- Reply: Chris Croughton: "Re: memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]