bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Malloc pb


From: Yann Collete
Subject: Re: Malloc pb
Date: Mon, 16 Jul 2001 08:47:37 +0200 (MET DST)

Thanks for your answer,

Now, a little off topic question:

How can I survey the lelory size of a process ?

Not with top I presume.

Your sincerely,

Yann COLLETTE

> Date: Fri, 13 Jul 2001 11:55:32 -0700 (PDT)
> From: Justin Guyett <address@hidden>
> X-Sender: <address@hidden>
> To: Yann Collete <address@hidden>
> Cc: <address@hidden>
> Subject: Re: Malloc pb
> MIME-Version: 1.0
> 
> On Fri, 13 Jul 2001, Yann Collete wrote:
> 
> > The memory doesn't seems to decrease between to two mallocs.
> > Why does it behave like this ?
> 
> it's not reporting vsize like ps does.  If you want to see the result of
> this, you have to write to the memory you allocated
> malloc(PtrChar, 0, 1000000);
> 
> 
> justin
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]