maybe memory leak in Linux

in Help Center
Hi all:
I have tested my ICE program in redhat linux advanced server 3.0 and fedora core 1, I have found an interest things that linux memory is used more and more,but my ICE program used memory is not increase. is this memory leak?
I don't know this problem is in linux or in ICE?
The following is my test:
use top to see the followning parameter
begin :
linux total : used: 56,600k free: 198,852k
my program: size: 2544 share: 2304
when I run my program through one day(only run my ICE program)
end:
linux total : used: 249,572k free: 5,916k
my program: size: 2544 share: 2304
the result is my ICE program is constant , but linux 's memory has increased very large. what's trouble ?
I have tested my ICE program in redhat linux advanced server 3.0 and fedora core 1, I have found an interest things that linux memory is used more and more,but my ICE program used memory is not increase. is this memory leak?
I don't know this problem is in linux or in ICE?
The following is my test:
use top to see the followning parameter
begin :
linux total : used: 56,600k free: 198,852k
my program: size: 2544 share: 2304
when I run my program through one day(only run my ICE program)
end:
linux total : used: 249,572k free: 5,916k
my program: size: 2544 share: 2304
the result is my ICE program is constant , but linux 's memory has increased very large. what's trouble ?
0
Comments
Cheers,
Michi.
Attachement is my client program, and I watch memory leak also through client program.
thanks
Have you any result of source code what I uploaded?
Can you please distill this code down to a minimal example that demonstrates the leak, together with instructions on how to reproduce the problem? We can't help you otherwise, I'm afraid.
Thanks,
Michi.
Thanks for quickly response.
you hava saw that the client is very simple, it's only use AMI to send data to server and receive data from server. I don't use any dynamic malloc memory exception ICE it's self , I think this problem is in ICE inner, but I can't find it from log . I will upload a simple server to demonstrates the leak