bug-glibc
[Top][All Lists]
Advanced

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

Re: Malloc pb


From: Justin Guyett
Subject: Re: Malloc pb
Date: Fri, 13 Jul 2001 11:55:32 -0700 (PDT)

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]