Heap memory is not re-claiming.

V.Ravikumar ravikumar.vallabhu at gmail.com
Thu Oct 13 05:06:57 EDT 2011


On Thu, Oct 13, 2011 at 2:12 PM, Jeff Donner <jeffrey.donner at gmail.com>wrote:

> On Thu, Oct 13, 2011 at 1:26 AM, V.Ravikumar
> <ravikumar.vallabhu at gmail.com> wrote:
> > I've a daemon process and I'm allocating heap memory for big character
> > buffers using malloc/free.
> > Each can take 5MB.
> >
> > Though I freed/deleted memory allocated for the buffers, the increased
> > memory during the allocation time is not re-claiming back.This I observed
> > using top command.
>
> Yes, I think it's glibc - it may keep your memory, with the idea that
> you'll request it again soon anyway.
>
   If this is the case then memory should not keep on increase albeit how
long process may run. right?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20111013/2dcb386f/attachment.html 


More information about the Kernelnewbies mailing list